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/xerces-j/xerces-j_2.11.0.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-core/xerces-j') diff --git a/recipes-core/xerces-j/xerces-j_2.11.0.bb b/recipes-core/xerces-j/xerces-j_2.11.0.bb index 4a0cc91..1b96f00 100644 --- a/recipes-core/xerces-j/xerces-j_2.11.0.bb +++ b/recipes-core/xerces-j/xerces-j_2.11.0.bb @@ -21,7 +21,6 @@ inherit java-library JPN = "libxerces2-java" DEPENDS = "fastjar-native jaxp1.3 xml-commons-resolver1.1" -DEPENDS_virtclass-native = "fastjar-native jaxp1.3-native xml-commons-resolver1.1-native" RDEPENDS_${PN} = "libjaxp1.3-java libxml-commons-resolver1.1-java" RDEPENDS_${PN}_virtclass-native = "" -- cgit v1.2.3-54-g00ecf