nodejs 0.4.2: make npm and node-waf work

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-09 10:20:11 +01:00
parent 82a577eb92
commit e5d7b0b90c
@@ -3,7 +3,7 @@ HOMEPAGE = "http://nodejs.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6394136134ac02d730a7302418c94fb6"
PR = "r1"
PR = "r2"
DEPENDS = "openssl"
@@ -39,5 +39,7 @@ do_install () {
DESTDIR=${D} oe_runmake install
}
RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient "
FILES_${PN} += "${libdir}/node/wafadmin"
BBCLASSEXTEND = "native"