summaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
diff options
context:
space:
mode:
authorAJ Bagwell <anthony.bagwell@hivehome.com>2021-08-09 14:09:37 +0100
committerRichard Leitner <richard.leitner@skidata.com>2021-08-11 07:19:27 +0200
commitb71a9866abfd5292650ef0afc5ecb9ab5e29b887 (patch)
tree8e7cfd6025f06b4138e2f5fbca61dce7d3a13bac /recipes-core/jakarta-commons/commons-httpclient_3.1.bb
parent984f25b6deb5fe4acf82d51c04b2c1392a542723 (diff)
downloadmeta-java-b71a9866abfd5292650ef0afc5ecb9ab5e29b887.tar.gz
all: run convert-overrides (0.9.3) script to convert to new override format
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/jakarta-commons/commons-httpclient_3.1.bb')
-rw-r--r--recipes-core/jakarta-commons/commons-httpclient_3.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
index 8daed1b..a6fb53b 100644
--- a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
+++ b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
@@ -10,8 +10,8 @@ SRC_URI = "http://archive.apache.org/dist/httpcomponents/commons-httpclient/sour
10S = "${WORKDIR}/${BP}" 10S = "${WORKDIR}/${BP}"
11 11
12DEPENDS += "commons-logging commons-codec" 12DEPENDS += "commons-logging commons-codec"
13RDEPENDS_${PN} = "libcommons-logging-java libcommons-codec-java" 13RDEPENDS:${PN} = "libcommons-logging-java libcommons-codec-java"
14RDEPENDS_${PN}_class-native = "" 14RDEPENDS:${PN}:class-native = ""
15 15
16CP = "commons-logging commons-codec" 16CP = "commons-logging commons-codec"
17 17