[oe-commits] Henning Heinold : libecj-bootstrap.inc: 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: b273ab953b227cece674bd56e25c226e2d6d1ad0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b273ab953b227cece674bd56e25c226e2d6d1ad0

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sun May 16 00:17:24 2010 +0200

libecj-bootstrap.inc: convert to new staging system

---

 recipes/ecj/libecj-bootstrap.inc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/ecj/libecj-bootstrap.inc b/recipes/ecj/libecj-bootstrap.inc
index c24c1af..a92e87e 100644
--- a/recipes/ecj/libecj-bootstrap.inc
+++ b/recipes/ecj/libecj-bootstrap.inc
@@ -12,6 +12,8 @@ S = "${WORKDIR}"
 
 JAR = "ecj-bootstrap-${PV}.jar"
 
+NATIVE_INSTALL_WORKS = "1"
+
 do_unpackpost() {
   if [ ! -d source ]; then
     mkdir source
@@ -61,7 +63,7 @@ do_compile() {
   fastjar -c -C build . -f ${JAR}
 }
 
-do_stage() {
-  oe_jarinstall -s ${JAR} ecj-bootstrap.jar
+do_install() {
+  oe_jarinstall ${JAR} ecj-bootstrap.jar
 }
 





More information about the Openembedded-commits mailing list