aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jakarta-commons/commons-logging_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jakarta-commons/commons-logging_1.1.1.bb')
-rw-r--r--recipes/jakarta-commons/commons-logging_1.1.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/jakarta-commons/commons-logging_1.1.1.bb b/recipes/jakarta-commons/commons-logging_1.1.1.bb
new file mode 100644
index 0000000000..f1d94eb731
--- /dev/null
+++ b/recipes/jakarta-commons/commons-logging_1.1.1.bb
@@ -0,0 +1,12 @@
+require jakarta-commons.inc
+
+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"
+
+CP = "log4j-1.2 servlet-2.3 logkit"
+
+COMPILE_FINDARGS = "-name '*.java' -and -not -name '*Avalon*'"
+