aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-logging_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/jakarta-commons/commons-logging_1.1.1.bb')
-rw-r--r--recipes-core/jakarta-commons/commons-logging_1.1.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb
new file mode 100644
index 0000000..235b7f4
--- /dev/null
+++ b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb
@@ -0,0 +1,19 @@
+require jakarta-commons.inc
+
+DESCRIPTION = "Java Internet protocol suite library"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d273d63619c9aeaf15cdaf76422c4f87"
+
+SRC_URI = "http://www.apache.org/dist/commons/logging/source/${BP}-src.tar.gz"
+
+DEPENDS += "log4j1.2 servlet2.3 logkit"
+DEPENDS_virtclass-native += "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"