nodejs: also package wafadmin

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-19 21:14:07 +02:00
parent e8bc575811
commit 3beeb8b355
@@ -3,6 +3,8 @@ HOMEPAGE = "http://nodejs.org"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6394136134ac02d730a7302418c94fb6" LIC_FILES_CHKSUM = "file://LICENSE;md5=6394136134ac02d730a7302418c94fb6"
PR = "r1"
DEPENDS = "openssl" DEPENDS = "openssl"
def nodejs_get_gcc_version(d): def nodejs_get_gcc_version(d):
@@ -37,4 +39,5 @@ do_install () {
DESTDIR=${D} oe_runmake install DESTDIR=${D} oe_runmake install
} }
FILES_${PN} += "${libdir}/node/wafadmin"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"