summaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-codec_1.3.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-11-12 20:58:34 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-11-26 23:41:44 +0100
commit57e069cde6617f00ca8834a82c6f360af43d5067 (patch)
tree48cbe15e96d217c45acfa64b0c13aad8c6424980 /recipes-core/jakarta-commons/commons-codec_1.3.bb
downloadmeta-java-57e069cde6617f00ca8834a82c6f360af43d5067.tar.gz
meta-java: initial commit
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native
Diffstat (limited to 'recipes-core/jakarta-commons/commons-codec_1.3.bb')
-rw-r--r--recipes-core/jakarta-commons/commons-codec_1.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-core/jakarta-commons/commons-codec_1.3.bb b/recipes-core/jakarta-commons/commons-codec_1.3.bb
new file mode 100644
index 0000000..6af47e1
--- /dev/null
+++ b/recipes-core/jakarta-commons/commons-codec_1.3.bb
@@ -0,0 +1,10 @@
1require jakarta-commons.inc
2
3DESCRIPTION = "Java library with simple encoder and decoders for various formats such as Base64 and Hexadecimal"
4
5SRC_URI = "http://www.apache.org/dist/commons/codec/source/${BP}-src.tar.gz"
6
7S = "${WORKDIR}/${BP}"
8
9SRC_URI[md5sum] = "af3c3acf618de6108d65fcdc92b492e1"
10SRC_URI[sha256sum] = "12effcf3fea025bd34edbfec60a6216ca453fb27e781d8e5783caf75fd33d90e"