aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bcel
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-08-04 11:40:19 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-08-20 12:35:05 +0200
commitb940fff06a358e1e11b881f3e0008eab13719144 (patch)
treea6a7ec837812f2bdb96cfa901bedc6c5e671bfec /recipes/bcel
parentf019b3ce8b15ee82396f4db2a9f346ae3fff4a6f (diff)
downloadopenembedded-b940fff06a358e1e11b881f3e0008eab13719144.tar.gz
bcel-native: Deleted.
bcel: BBCLASSEXTEND="native"-ified.
Diffstat (limited to 'recipes/bcel')
-rw-r--r--recipes/bcel/bcel-native_5.2.bb6
-rw-r--r--recipes/bcel/bcel_5.2.bb6
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 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"