From b940fff06a358e1e11b881f3e0008eab13719144 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Wed, 4 Aug 2010 11:40:19 +0200 Subject: bcel-native: Deleted. bcel: BBCLASSEXTEND="native"-ified. --- recipes/bcel/bcel-native_5.2.bb | 6 ------ recipes/bcel/bcel_5.2.bb | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes/bcel/bcel-native_5.2.bb (limited to 'recipes') diff --git a/recipes/bcel/bcel-native_5.2.bb b/recipes/bcel/bcel-native_5.2.bb deleted file mode 100644 index 478b770bff..0000000000 --- a/recipes/bcel/bcel-native_5.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -require bcel_${PV}.bb - -inherit java-native - -DEPENDS = "fastjar-native xerces-j-native regexp-native" - diff --git a/recipes/bcel/bcel_5.2.bb b/recipes/bcel/bcel_5.2.bb index a8894b237b..748958f465 100644 --- a/recipes/bcel/bcel_5.2.bb +++ b/recipes/bcel/bcel_5.2.bb @@ -7,6 +7,9 @@ SRC_URI = "http://archive.apache.org/dist/jakarta/bcel/source/${BP}-src.tar.gz" inherit java-library DEPENDS = "fastjar-native xerces-j regexp" +DEPENDS_virtclass-native = "fastjar-native xerces-j-native regexp-native" + +PR = "r1" do_compile() { mkdir -p build @@ -20,3 +23,6 @@ do_compile() { SRC_URI[md5sum] = "905b7e718e30e7ca726530ecf106e532" SRC_URI[sha256sum] = "68039d59a38379d7b65ea3fc72276c43ba234776460e14361af35771bcaab295" + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg