From cfda09395f2c5c5e21f222798e7a07e26e99367e Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 4 Jan 2018 14:19:04 +0100 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-core/xml-commons') diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb index 77556fc..42ce703 100644 --- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb +++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb @@ -11,7 +11,6 @@ inherit java-library S = "${WORKDIR}/xml-commons-resolver-${PV}" DEPENDS = "fastjar-native jaxp1.3" -DEPENDS_virtclass-native = "fastjar-native jaxp1.3-native" do_unpackpost[dirs] = "${B}" do_unpackpost() { -- cgit v1.2.3-54-g00ecf