diff options
author | Ming Liu <liu.ming50@gmail.com> | 2018-01-04 14:19:08 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-09 13:41:35 -0200 |
commit | 5c1f57bffad8550e60949fcc6c75878f23d6a88f (patch) | |
tree | 83f1418c2f5690081fe9593e53adce30e272cc17 /recipes-core/jakarta-commons | |
parent | 649e4d6c4d6fd88ecd8d421c2deb56d52d1153a6 (diff) | |
download | meta-java-5c1f57bffad8550e60949fcc6c75878f23d6a88f.tar.gz |
commons-httpclient: extend native bbclass
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/jakarta-commons')
-rw-r--r-- | recipes-core/jakarta-commons/commons-httpclient_3.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb index dffa9a0..8daed1b 100644 --- a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb +++ b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb | |||
@@ -11,9 +11,11 @@ S = "${WORKDIR}/${BP}" | |||
11 | 11 | ||
12 | DEPENDS += "commons-logging commons-codec" | 12 | DEPENDS += "commons-logging commons-codec" |
13 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-codec-java" | 13 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-codec-java" |
14 | RDEPENDS_${PN}_class-native = "" | ||
14 | 15 | ||
15 | CP = "commons-logging commons-codec" | 16 | CP = "commons-logging commons-codec" |
16 | 17 | ||
17 | |||
18 | SRC_URI[md5sum] = "2c9b0f83ed5890af02c0df1c1776f39b" | 18 | SRC_URI[md5sum] = "2c9b0f83ed5890af02c0df1c1776f39b" |
19 | SRC_URI[sha256sum] = "f9a496d3418b0e15894fb351652cd4fa5ca434ebfc3ce3bb8da40defd8b097f2" | 19 | SRC_URI[sha256sum] = "f9a496d3418b0e15894fb351652cd4fa5ca434ebfc3ce3bb8da40defd8b097f2" |
20 | |||
21 | BBCLASSEXTEND = "native" | ||