mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 12:08:36 +00:00
nodejs: also package wafadmin
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
e8bc575811
commit
3beeb8b355
@ -3,6 +3,8 @@ HOMEPAGE = "http://nodejs.org"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6394136134ac02d730a7302418c94fb6"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
def nodejs_get_gcc_version(d):
|
||||
@ -37,4 +39,5 @@ do_install () {
|
||||
DESTDIR=${D} oe_runmake install
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/node/wafadmin"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user