aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jakarta-commons
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-08-04 10:45:35 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-08-04 11:23:17 +0200
commit9ffb12e99eeecbcf0b5105fbbb762f260e13b187 (patch)
tree23ef1a6fd48b0fc49f8523252f834c8a0c538915 /recipes/jakarta-commons
parenta006daff8334b854e6f44302ead8084e19152416 (diff)
downloadopenembedded-9ffb12e99eeecbcf0b5105fbbb762f260e13b187.tar.gz
commons-logging-native: Deleted.
commons-net-native: Deleted. commons-logging: BBCLASSEXTEND="native"-ified. commons-net: BBCLASSEXTEND="native"-ified.
Diffstat (limited to 'recipes/jakarta-commons')
-rw-r--r--recipes/jakarta-commons/commons-logging-native_1.1.1.bb6
-rw-r--r--recipes/jakarta-commons/commons-logging_1.1.1.bb5
-rw-r--r--recipes/jakarta-commons/commons-net-native_1.4.1.bb7
-rw-r--r--recipes/jakarta-commons/commons-net_1.4.1.bb3
4 files changed, 7 insertions, 14 deletions
diff --git a/recipes/jakarta-commons/commons-logging-native_1.1.1.bb b/recipes/jakarta-commons/commons-logging-native_1.1.1.bb
deleted file mode 100644
index 843750129f..0000000000
--- a/recipes/jakarta-commons/commons-logging-native_1.1.1.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require commons-logging_${PV}.bb
-
-inherit java-native
-
-DEPENDS = "fastjar-native log4j1.2-native servlet2.3-native logkit-native"
-
diff --git a/recipes/jakarta-commons/commons-logging_1.1.1.bb b/recipes/jakarta-commons/commons-logging_1.1.1.bb
index b00ad868ca..a597f3df12 100644
--- a/recipes/jakarta-commons/commons-logging_1.1.1.bb
+++ b/recipes/jakarta-commons/commons-logging_1.1.1.bb
@@ -5,11 +5,14 @@ DESCRIPTION = "Java Internet protocol suite library"
SRC_URI = "http://www.apache.org/dist/commons/logging/source/${BP}-src.tar.gz"
DEPENDS += "log4j1.2 servlet2.3 logkit"
+DEPENDS_virtclass-native_append = "log4j1.2-native servlet2.3-native logkit-native"
CP = "log4j-1.2 servlet-2.3 logkit"
COMPILE_FINDARGS = "-name '*.java' -and -not -name '*Avalon*'"
-
SRC_URI[md5sum] = "e5cfa8cca13152d7545fde6b1783c60a"
SRC_URI[sha256sum] = "b49a79fa78ebfae15dc46ae6f0144fee6b94ab608a25518c54609d3419909eb2"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
diff --git a/recipes/jakarta-commons/commons-net-native_1.4.1.bb b/recipes/jakarta-commons/commons-net-native_1.4.1.bb
deleted file mode 100644
index d2a4b7dda4..0000000000
--- a/recipes/jakarta-commons/commons-net-native_1.4.1.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require commons-net_${PV}.bb
-
-inherit java-native
-
-DEPENDS = "fastjar-native oro-native"
-RDEPENDS_${PN} = ""
-
diff --git a/recipes/jakarta-commons/commons-net_1.4.1.bb b/recipes/jakarta-commons/commons-net_1.4.1.bb
index 8790449f26..4b3c8a3e5e 100644
--- a/recipes/jakarta-commons/commons-net_1.4.1.bb
+++ b/recipes/jakarta-commons/commons-net_1.4.1.bb
@@ -7,7 +7,10 @@ SRC_URI = "http://www.apache.org/dist/commons/net/source/${BP}-src.tar.gz"
S = "${WORKDIR}/${BP}"
DEPENDS += "oro"
+DEPENDS_virtclass-native += "oro-native"
+
RDEPENDS_${PN} = "liboro-java"
+RDEPENDS_${PN}_virtclass-native = ""
CP = "oro"