[oe-commits] Henning Heinold : ecj-initial: convert to new staging system

git version control git at git.openembedded.org
Sat May 15 23:57:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fe9ca1480c7810bd0a377a6221ef18922631d5e3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe9ca1480c7810bd0a377a6221ef18922631d5e3

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sat May 15 23:42:51 2010 +0200

ecj-initial: convert to new staging system

---

 recipes/ecj/ecj-initial.bb |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/ecj/ecj-initial.bb b/recipes/ecj/ecj-initial.bb
index 6695fbd..8ddbc7c 100644
--- a/recipes/ecj/ecj-initial.bb
+++ b/recipes/ecj/ecj-initial.bb
@@ -13,6 +13,8 @@ PR = "r1"
 
 SRC_URI = "file://ecj.in"
 
+NATIVE_INSTALL_WORKS = "1"
+
 S = "${WORKDIR}"
 
 inherit native
@@ -27,7 +29,7 @@ do_compile() {
   cat ecj.in >> ecj-initial
 }
 
-do_stage() {
-  install -d ${STAGING_BINDIR}
-  install -m 755 ${S}/ecj-initial ${STAGING_BINDIR}
+do_install() {
+  install -d ${D}${bindir}
+  install -m 755 ${S}/ecj-initial ${D}${bindir}
 }





More information about the Openembedded-commits mailing list