[oe-commits] Martin Jansa : nodejs4: fix build with dash

git at git.openembedded.org git at git.openembedded.org
Mon Apr 15 14:21:36 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Apr 14 00:18:55 2013 +0200

nodejs4: fix build with dash

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
index 58ca135..d01a3c4 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
@@ -28,7 +28,7 @@ do_compile () {
 }
 
 do_install () {
-  DESTDIR=${D} oe_runmake install
+  oe_runmake install DESTDIR=${D}
 
   # fix namespace conflicts with other nodejs recipes
   mv ${D}${bindir}/node ${D}${bindir}/node4





More information about the Openembedded-commits mailing list