diff options
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb')
-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" |