summaryrefslogtreecommitdiffstats
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 @@
1require jakarta-commons.inc
2
3DESCRIPTION = "Java Internet protocol suite library"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d273d63619c9aeaf15cdaf76422c4f87"
5
6SRC_URI = "http://www.apache.org/dist/commons/logging/source/${BP}-src.tar.gz"
7
8DEPENDS += "log4j1.2 servlet2.3 logkit"
9DEPENDS_virtclass-native += "log4j1.2-native servlet2.3-native logkit-native"
10
11CP = "log4j-1.2 servlet-2.3 logkit"
12
13COMPILE_FINDARGS = "-name '*.java' -and -not -name '*Avalon*'"
14
15SRC_URI[md5sum] = "e5cfa8cca13152d7545fde6b1783c60a"
16SRC_URI[sha256sum] = "b49a79fa78ebfae15dc46ae6f0144fee6b94ab608a25518c54609d3419909eb2"
17
18NATIVE_INSTALL_WORKS = "1"
19BBCLASSEXTEND = "native"