From b273ab953b227cece674bd56e25c226e2d6d1ad0 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sun, 16 May 2010 00:17:24 +0200 Subject: libecj-bootstrap.inc: convert to new staging system --- recipes/ecj/libecj-bootstrap.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes') 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 } -- cgit v1.2.3