From: Robert Schuster Date: Wed, 4 Aug 2010 09:08:57 +0000 (+0200) Subject: xerces-j-native: Deleted. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5324690cfdfcbd92663da8060a14cce7b1f3f3d;p=openembedded.git xerces-j-native: Deleted. xerces-j: BBCLASSEXTEND="native"-ified. --- diff --git a/recipes/xerces-j/xerces-j-native_2.9.1.bb b/recipes/xerces-j/xerces-j-native_2.9.1.bb deleted file mode 100644 index f7241cc39c..0000000000 --- a/recipes/xerces-j/xerces-j-native_2.9.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -require xerces-j_${PV}.bb - -S = "${WORKDIR}/xerces-2_9_1" - -inherit java-native - -DEPENDS = "fastjar-native jaxp1.3-native xml-commons-resolver1.1-native" -RDEPENDS_${PN} = "" diff --git a/recipes/xerces-j/xerces-j_2.9.1.bb b/recipes/xerces-j/xerces-j_2.9.1.bb index fb64c50fc3..4c44c5ea32 100644 --- a/recipes/xerces-j/xerces-j_2.9.1.bb +++ b/recipes/xerces-j/xerces-j_2.9.1.bb @@ -12,7 +12,10 @@ 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 = "" do_unpackpost() { find src -exec \ @@ -47,3 +50,6 @@ do_compile() { SRC_URI[md5sum] = "e340cba4a2abf4f0f833488380821153" SRC_URI[sha256sum] = "13af0062a72a4a0d541ca5336391eafa4d580258cacf4a5e062ea584ca950592" + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native"