diff options
author | Ming Liu <liu.ming50@gmail.com> | 2018-01-04 14:19:04 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-09 13:41:35 -0200 |
commit | cfda09395f2c5c5e21f222798e7a07e26e99367e (patch) | |
tree | 605dcdb95f7513ed1e33a674bf8c7e061aa77e65 /recipes-core/jakarta-commons | |
parent | b2e309882732f3566f0459b0654b99b3e9bf9d25 (diff) | |
download | meta-java-cfda09395f2c5c5e21f222798e7a07e26e99367e.tar.gz |
meta: drop redundant DEPENDS_virtcalss-native definitions
The DEPENDS would be handled in native.bbclass, it's not necessary to
set them explicitly in recipes.
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-logging_1.1.1.bb | 1 | ||||
-rw-r--r-- | recipes-core/jakarta-commons/commons-net_1.4.1.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb index b3b508a..79f041e 100644 --- a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb +++ b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb | |||
@@ -7,7 +7,6 @@ DESCRIPTION = "Java Internet protocol suite library" | |||
7 | SRC_URI = "http://archive.apache.org/dist/commons/logging/source/${BP}-src.tar.gz" | 7 | SRC_URI = "http://archive.apache.org/dist/commons/logging/source/${BP}-src.tar.gz" |
8 | 8 | ||
9 | DEPENDS += "log4j1.2 servlet2.3 logkit" | 9 | DEPENDS += "log4j1.2 servlet2.3 logkit" |
10 | DEPENDS_virtclass-native += "log4j1.2-native servlet2.3-native logkit-native" | ||
11 | 10 | ||
12 | CP = "log4j-1.2 servlet-2.3 logkit" | 11 | CP = "log4j-1.2 servlet-2.3 logkit" |
13 | 12 | ||
diff --git a/recipes-core/jakarta-commons/commons-net_1.4.1.bb b/recipes-core/jakarta-commons/commons-net_1.4.1.bb index 275ebb9..239907e 100644 --- a/recipes-core/jakarta-commons/commons-net_1.4.1.bb +++ b/recipes-core/jakarta-commons/commons-net_1.4.1.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "http://archive.apache.org/dist/commons/net/source/${BP}-src.tar.gz" | |||
10 | S = "${WORKDIR}/${BP}" | 10 | S = "${WORKDIR}/${BP}" |
11 | 11 | ||
12 | DEPENDS += "oro" | 12 | DEPENDS += "oro" |
13 | DEPENDS_virtclass-native += "oro-native" | ||
14 | 13 | ||
15 | RDEPENDS_${PN} = "liboro-java" | 14 | RDEPENDS_${PN} = "liboro-java" |
16 | RDEPENDS_${PN}_virtclass-native = "" | 15 | RDEPENDS_${PN}_virtclass-native = "" |