jikes: use BBCLASSEXTEND = "native"
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 15 May 2010 23:54:03 +0000 (01:54 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 15 May 2010 23:56:37 +0000 (01:56 +0200)
* removed native recipe
* version 1.22 is now default

recipes/jikes/jikes-native_1.21.bb [deleted file]
recipes/jikes/jikes_1.21.bb
recipes/jikes/jikes_1.22.bb

diff --git a/recipes/jikes/jikes-native_1.21.bb b/recipes/jikes/jikes-native_1.21.bb
deleted file mode 100644 (file)
index b95cbfc..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-inherit native
-require jikes_${PV}.bb
-
-S = "${WORKDIR}/jikes-${PV}"
-
-do_stage() {
-       install -d ${STAGING_BINDIR}
-       install -m 755 src/jikes ${STAGING_BINDIR}
-}
index 83ca22f..ade11e6 100644 (file)
@@ -9,6 +9,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2"
 
 inherit autotools
 
+PROVIDES_virtclass-native = ""
+
+BBCLASSEXTEND = "native"
+
+
 EXTRA_OECONF = "--disable-fp-emulation"
 
 # configure script incorrectly defines these when cross compiling for ARM
index 567cbd8..62bb40f 100644 (file)
@@ -6,6 +6,10 @@ LICENSE = "IBM"
 PR = "r1"
 
 RDEPENDS = "classpath"
+PROVIDES_virtclass-native = ""
+RDEPENDS_virtclass-native = ""
+
+BBCLASSEXTEND = "native"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2"