blob: 18e29808881c0cc97ec688685ccf335f2e54ffcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require jakarta-commons.inc
DESCRIPTION = "Efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations"
SRC_URI = "http://www.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz"
S = "${WORKDIR}/${BP}"
DEPENDS += "commons-logging commons-codec"
RDEPENDS = "libcommons-logging-java libcommons-codec-java"
CP = "commons-logging commons-codec"
|