diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-04-12 10:04:47 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:16:52 +0200 |
commit | e8b50616ac9742ee87b76676de9130527e07475d (patch) | |
tree | a0b2321ffa8b16b01e247d7b18edfa13f38e095d /meta-oe/recipes-devtools | |
parent | 5ce31df17f12bb4507eae2b383f5462952dfa7b5 (diff) | |
download | meta-openembedded-e8b50616ac9742ee87b76676de9130527e07475d.tar.gz |
nodejs 8.8.18: unset RDEPENDS for native builds
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb index 3ab2ed68e..2db9e6814 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb | |||
@@ -36,6 +36,7 @@ do_install () { | |||
36 | } | 36 | } |
37 | 37 | ||
38 | RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient " | 38 | RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient " |
39 | RDEPENDS_${PN}_class-native = "" | ||
39 | 40 | ||
40 | FILES_${PN} += "${libdir}/node/wafadmin ${libdir}/node_modules ${libdir}/dtrace" | 41 | FILES_${PN} += "${libdir}/node/wafadmin ${libdir}/node_modules ${libdir}/dtrace" |
41 | BBCLASSEXTEND = "native" | 42 | BBCLASSEXTEND = "native" |