[oe-commits] Robert Schuster : bcel-native: Deleted.

git version control git at git.openembedded.org
Fri Aug 20 10:35:23 UTC 2010


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

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Wed Aug  4 11:40:19 2010 +0200

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(-)

diff --git a/recipes/bcel/bcel-native_5.2.bb b/recipes/bcel/bcel-native_5.2.bb
deleted file mode 100644
index 478b770..0000000
--- 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 a8894b2..748958f 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"





More information about the Openembedded-commits mailing list