summaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-httpclient_3.1.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-httpclient_3.1.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-httpclient_3.1.bb')
-rw-r--r--recipes-core/jakarta-commons/commons-httpclient_3.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
new file mode 100644
index 0000000..64f80f6
--- /dev/null
+++ b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
@@ -0,0 +1,16 @@
1require jakarta-commons.inc
2
3DESCRIPTION = "Efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations"
4
5SRC_URI = "http://www.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz"
6
7S = "${WORKDIR}/${BP}"
8
9DEPENDS += "commons-logging commons-codec"
10RDEPENDS_${PN} = "libcommons-logging-java libcommons-codec-java"
11
12CP = "commons-logging commons-codec"
13
14
15SRC_URI[md5sum] = "2c9b0f83ed5890af02c0df1c1776f39b"
16SRC_URI[sha256sum] = "f9a496d3418b0e15894fb351652cd4fa5ca434ebfc3ce3bb8da40defd8b097f2"