mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
nodejs: remove curl from RDEPENDS
curl is only needed to run "make test". Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
74bbde6984
commit
bdac062c68
@@ -66,9 +66,6 @@ do_install_append_class-target() {
|
|||||||
sed "1s^.*^#\!${bindir}/env node^g" -i ${D}${libdir}/node_modules/npm/bin/npm-cli.js
|
sed "1s^.*^#\!${bindir}/env node^g" -i ${D}${libdir}/node_modules/npm/bin/npm-cli.js
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_${PN} = "curl"
|
|
||||||
RDEPENDS_${PN}_class-native = ""
|
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-npm"
|
PACKAGES =+ "${PN}-npm"
|
||||||
FILES_${PN}-npm = "${libdir}/node_modules ${bindir}/npm"
|
FILES_${PN}-npm = "${libdir}/node_modules ${bindir}/npm"
|
||||||
RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils"
|
RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils"
|
||||||
|
|||||||
Reference in New Issue
Block a user