aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
blob: a6fb53b5cfed60b4f226d5a2acd0838d972724e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require jakarta-commons.inc
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=369b6d7c5a954dcc3f2e7ac3323507c3"

PR = "${INC_PR}.1"

DESCRIPTION = "Efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations"

SRC_URI = "http://archive.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz"

S = "${WORKDIR}/${BP}"

DEPENDS += "commons-logging commons-codec"
RDEPENDS:${PN} = "libcommons-logging-java libcommons-codec-java"
RDEPENDS:${PN}:class-native = ""

CP = "commons-logging commons-codec"

SRC_URI[md5sum] = "2c9b0f83ed5890af02c0df1c1776f39b"
SRC_URI[sha256sum] = "f9a496d3418b0e15894fb351652cd4fa5ca434ebfc3ce3bb8da40defd8b097f2"

BBCLASSEXTEND = "native"