diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-05-16 00:17:24 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-05-16 01:56:25 +0200 |
commit | b273ab953b227cece674bd56e25c226e2d6d1ad0 (patch) | |
tree | 31f6212e6dccffb30f6cc215d0dfdeba4e085a2a /recipes | |
parent | f458275fc31b7878a87237fa9ec7f0fdfcb4ff4b (diff) |
libecj-bootstrap.inc: convert to new staging system
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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 } |