From: Robert Schuster Date: Wed, 4 Aug 2010 09:40:19 +0000 (+0200) Subject: bcel-native: Deleted. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b940fff06a358e1e11b881f3e0008eab13719144;p=openembedded.git bcel-native: Deleted. bcel: BBCLASSEXTEND="native"-ified. --- 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"