mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 03:19:41 +01:00
npm: Remove unnecessary configs argument from npm run command
(From OE-Core rev: e5031366ff3519814aff8b95c524659a398e62c1) Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7ab5afa819
commit
700202afb1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user