[oe-commits] Koen Kooi : nodejs 0.4.2: make npm and node-waf work

git at git.openembedded.org git at git.openembedded.org
Wed Nov 9 11:52:17 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Nov  9 10:20:11 2011 +0100

nodejs 0.4.2: make npm and node-waf work

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

---

 meta-oe/recipes-devtools/nodejs/nodejs_0.4.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 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 726e88c..0e776e0 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_0.4.2.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.4.2.bb
@@ -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"





More information about the Openembedded-commits mailing list