[oe-commits] Koen Kooi : nodejs: also package wafadmin

git at git.openembedded.org git at git.openembedded.org
Wed Oct 19 19:19:12 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 3beeb8b355feaa239a214d0f93a2a00b4933a0f3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3beeb8b355feaa239a214d0f93a2a00b4933a0f3

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Oct 19 21:14:07 2011 +0200

nodejs: also package wafadmin

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-devtools/nodejs/nodejs_0.4.2.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.4.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.4.2.bb
index 84b4bbe..726e88c 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_0.4.2.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.4.2.bb
@@ -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"





More information about the Openembedded-commits mailing list