[oe-commits] Koen Kooi : jikes-initial: make it build with new style staging

git version control git at git.openembedded.org
Fri May 14 16:35:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5267ad977d6242e507e4537769b0c04c1f6831ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5267ad977d6242e507e4537769b0c04c1f6831ff

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May 14 17:36:41 2010 +0200

jikes-initial: make it build with new style staging

---

 recipes/jikes/jikes-initial.bb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/jikes/jikes-initial.bb b/recipes/jikes/jikes-initial.bb
index 0e2f4d0..bf2fdd1 100644
--- a/recipes/jikes/jikes-initial.bb
+++ b/recipes/jikes/jikes-initial.bb
@@ -2,8 +2,6 @@ SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler"
 
 DEPENDS = "jikes-native classpath-initial"
 
-SRC_URI = ""
-
 S = "${WORKDIR}"
 
 inherit native
@@ -17,7 +15,9 @@ do_compile() {
   echo "${STAGING_BINDIR_NATIVE}/jikes -bootclasspath ${STAGING_DATADIR_NATIVE}/classpath-initial/glibj.zip \$@" >> jikes-initial
 }
 
-do_stage() {
-  install -d ${STAGING_BINDIR}
-  install -m 0755 jikes-initial ${STAGING_BINDIR}
+do_install() {
+  install -d ${D}${bindir}
+  install -m 0755 jikes-initial ${D}${bindir}
 }
+
+NATIVE_INSTALL_WORKS = "1"





More information about the Openembedded-commits mailing list