diff options
| author | Jonathan Liu <net147@gmail.com> | 2015-03-10 16:20:08 +1100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-10 14:19:36 +0100 |
| commit | bdac062c685f40fe07e5d799d7486f347fe8976a (patch) | |
| tree | 63babec3acdd142fe3849e5ea6b8641eb68e3760 | |
| parent | 74bbde6984082ec5d32bc06d1abd41212503553b (diff) | |
| download | meta-openembedded-bdac062c685f40fe07e5d799d7486f347fe8976a.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_0.12.0.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.12.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.12.0.bb index b514837a1d..cefc0bcc98 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_0.12.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.12.0.bb | |||
| @@ -66,9 +66,6 @@ do_install_append_class-target() { | |||
| 66 | sed "1s^.*^#\!${bindir}/env node^g" -i ${D}${libdir}/node_modules/npm/bin/npm-cli.js | 66 | sed "1s^.*^#\!${bindir}/env node^g" -i ${D}${libdir}/node_modules/npm/bin/npm-cli.js |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | RDEPENDS_${PN} = "curl" | ||
| 70 | RDEPENDS_${PN}_class-native = "" | ||
| 71 | |||
| 72 | PACKAGES =+ "${PN}-npm" | 69 | PACKAGES =+ "${PN}-npm" |
| 73 | FILES_${PN}-npm = "${libdir}/node_modules ${bindir}/npm" | 70 | FILES_${PN}-npm = "${libdir}/node_modules ${bindir}/npm" |
| 74 | RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils" | 71 | RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils" |
