From a18801ce4f073135160168f5d3c222b694747110 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sun, 16 May 2010 01:54:03 +0200 Subject: jikes: use BBCLASSEXTEND = "native" * removed native recipe * version 1.22 is now default --- recipes/jikes/jikes-native_1.21.bb | 9 --------- recipes/jikes/jikes_1.21.bb | 5 +++++ recipes/jikes/jikes_1.22.bb | 4 ++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes/jikes/jikes-native_1.21.bb diff --git a/recipes/jikes/jikes-native_1.21.bb b/recipes/jikes/jikes-native_1.21.bb deleted file mode 100644 index b95cbfcd75..0000000000 --- a/recipes/jikes/jikes-native_1.21.bb +++ /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} -} diff --git a/recipes/jikes/jikes_1.21.bb b/recipes/jikes/jikes_1.21.bb index 83ca22f2da..ade11e6f01 100644 --- a/recipes/jikes/jikes_1.21.bb +++ b/recipes/jikes/jikes_1.21.bb @@ -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 diff --git a/recipes/jikes/jikes_1.22.bb b/recipes/jikes/jikes_1.22.bb index 567cbd8823..62bb40f239 100644 --- a/recipes/jikes/jikes_1.22.bb +++ b/recipes/jikes/jikes_1.22.bb @@ -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" -- cgit v1.2.3