libecj-bootstrap.inc: convert to new staging system
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 15 May 2010 22:17:24 +0000 (00:17 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 15 May 2010 23:56:25 +0000 (01:56 +0200)
recipes/ecj/libecj-bootstrap.inc

index c24c1af..a92e87e 100644 (file)
@@ -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
 }