diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-08-16 08:53:22 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-17 01:42:54 -0700 |
commit | 080532ff85c1acceed49cecaa2d7fcb85170bc5f (patch) | |
tree | 2a4f20fdbca38e7233f7e13ef195274ff352fdcf /meta-oe/recipes-devtools | |
parent | d5bd1ff667e0033f76d73310b551e3203d66fed4 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb | 2 |
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 e259c45be..d464e9d8a 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() { | |||
100 | 100 | ||
101 | PACKAGES =+ "${PN}-npm" | 101 | PACKAGES =+ "${PN}-npm" |
102 | FILES_${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx" | 102 | FILES_${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx" |
103 | RDEPENDS_${PN}-npm = "bash python python-shell python-datetime python-subprocess python-textutils \ | 103 | RDEPENDS_${PN}-npm = "bash python-core python-shell python-datetime python-subprocess python-textutils \ |
104 | python-compiler python-misc python-multiprocessing" | 104 | python-compiler python-misc python-multiprocessing" |
105 | 105 | ||
106 | PACKAGES =+ "${PN}-systemtap" | 106 | PACKAGES =+ "${PN}-systemtap" |