aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ecj
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-05-15 23:42:51 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-05-16 00:27:21 +0200
commitfe9ca1480c7810bd0a377a6221ef18922631d5e3 (patch)
tree000600c3908b0204fee4723775bb48162e0ae017 /recipes/ecj
parent0664036a821f0e9384e1ccbbed24f74055c04968 (diff)
downloadopenembedded-fe9ca1480c7810bd0a377a6221ef18922631d5e3.tar.gz
ecj-initial: convert to new staging system
Diffstat (limited to 'recipes/ecj')
-rw-r--r--recipes/ecj/ecj-initial.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/ecj/ecj-initial.bb b/recipes/ecj/ecj-initial.bb
index 6695fbd2b2..8ddbc7ccf6 100644
--- a/recipes/ecj/ecj-initial.bb
+++ b/recipes/ecj/ecj-initial.bb
@@ -13,6 +13,8 @@ PR = "r1"
SRC_URI = "file://ecj.in"
+NATIVE_INSTALL_WORKS = "1"
+
S = "${WORKDIR}"
inherit native
@@ -27,7 +29,7 @@ do_compile() {
cat ecj.in >> ecj-initial
}
-do_stage() {
- install -d ${STAGING_BINDIR}
- install -m 755 ${S}/ecj-initial ${STAGING_BINDIR}
+do_install() {
+ install -d ${D}${bindir}
+ install -m 755 ${S}/ecj-initial ${D}${bindir}
}