From: Henning Heinold Date: Sat, 15 May 2010 22:17:24 +0000 (+0200) Subject: libecj-bootstrap.inc: convert to new staging system X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b273ab953b227cece674bd56e25c226e2d6d1ad0;p=openembedded.git libecj-bootstrap.inc: convert to new staging system --- diff --git a/recipes/ecj/libecj-bootstrap.inc b/recipes/ecj/libecj-bootstrap.inc index c24c1af5ca..a92e87e86d 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 }