[oe-commits] Koen Kooi : nodejs 8.8.18: unset RDEPENDS for native builds

git at git.openembedded.org git at git.openembedded.org
Mon Apr 15 14:21:36 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: e8b50616ac9742ee87b76676de9130527e07475d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e8b50616ac9742ee87b76676de9130527e07475d

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Apr 12 10:04:47 2013 +0000

nodejs 8.8.18: unset RDEPENDS for native builds

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 3ab2ed6..2db9e68 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 () {
 }
 
 RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient "
+RDEPENDS_${PN}_class-native = ""
 
 FILES_${PN} += "${libdir}/node/wafadmin ${libdir}/node_modules ${libdir}/dtrace"
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list