aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/ecj/libecj-bootstrap.inc6
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
}