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>
This commit is contained in:
Koen Kooi 2013-04-12 10:04:47 +00:00 committed by Martin Jansa
parent 5ce31df17f
commit e8b50616ac

View File

@ -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"