Jutst out of interest, why is this unnecessary?
That might be worth an explanation as part of the commit message, esp as I think the assignments to 'configs' are still part of the class and now being unused

On 20.10.21 09:40, Stefan Herbrechtsmeier wrote:
From: Stefan Herbrechtsmeier <stefan.herbrechtsme...@weidmueller.com>

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsme...@weidmueller.com>
---

  meta/classes/npm.bbclass | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/npm.bbclass b/meta/classes/npm.bbclass
index 547c531883..ba50fcac20 100644
--- a/meta/classes/npm.bbclass
+++ b/meta/classes/npm.bbclass
@@ -259,7 +259,7 @@ python npm_do_compile() {
          # Pack and install the main package
          tarball = npm_pack(env, d.getVar("NPM_PACKAGE"), tmpdir)
          cmd = "npm install %s %s" % (shlex.quote(tarball), 
d.getVar("EXTRA_OENPM"))
-        env.run(cmd, args=args, configs=configs)
+        env.run(cmd, args=args)
  }
npm_do_install() {





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#157253): 
https://lists.openembedded.org/g/openembedded-core/message/157253
Mute This Topic: https://lists.openembedded.org/mt/86459810/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to