aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-08-16 08:53:22 +0000
committerKhem Raj <raj.khem@gmail.com>2019-08-17 01:42:54 -0700
commit080532ff85c1acceed49cecaa2d7fcb85170bc5f (patch)
tree2a4f20fdbca38e7233f7e13ef195274ff352fdcf
parentd5bd1ff667e0033f76d73310b551e3203d66fed4 (diff)
downloadmeta-openembedded-080532ff85c1acceed49cecaa2d7fcb85170bc5f.tar.gz
nodejs: fix QA error about /usr/bin/python dependency
* fixes: ERROR: QA Issue: /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples contained in package nodejs-npm requires /usr/bin/python, but no providers found in RDEPENDS_nodejs-npm? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb
index e259c45bea..d464e9d8af 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb
@@ -100,7 +100,7 @@ do_install_append_class-target() {
PACKAGES =+ "${PN}-npm"
FILES_${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx"
-RDEPENDS_${PN}-npm = "bash python python-shell python-datetime python-subprocess python-textutils \
+RDEPENDS_${PN}-npm = "bash python-core python-shell python-datetime python-subprocess python-textutils \
python-compiler python-misc python-multiprocessing"
PACKAGES =+ "${PN}-systemtap"