diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 14:44:01 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 14:44:01 +0200 |
commit | ff52f57646c898b7377cfda8d1365dc9e1ffe946 (patch) | |
tree | 1091e248b664008dacaf7eb7efe8f4128b0ab955 /recipes/jakarta-commons/commons-logging-native_1.1.1.bb | |
parent | 3b6557acfeac7fdf55c5938ae1ecf9de597f0d8d (diff) |
commons-logging 1.1.1: New recipe (from Jalimo SVN).
commons-logging-native 1.1.1: Dito.
Diffstat (limited to 'recipes/jakarta-commons/commons-logging-native_1.1.1.bb')
-rw-r--r-- | recipes/jakarta-commons/commons-logging-native_1.1.1.bb | 6 |
1 files changed, 6 insertions, 0 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 new file mode 100644 index 0000000000..843750129f --- /dev/null +++ b/recipes/jakarta-commons/commons-logging-native_1.1.1.bb @@ -0,0 +1,6 @@ +require commons-logging_${PV}.bb + +inherit java-native + +DEPENDS = "fastjar-native log4j1.2-native servlet2.3-native logkit-native" + |