From e8b50616ac9742ee87b76676de9130527e07475d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 12 Apr 2013 10:04:47 +0000 Subject: nodejs 8.8.18: unset RDEPENDS for native builds Signed-off-by: Koen Kooi Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb | 1 + 1 file changed, 1 insertion(+) 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 3ab2ed68ec..2db9e6814b 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" -- cgit v1.2.3-54-g00ecf