xalan-j-native: Deleted.
authorRobert Schuster <robertschuster@fsfe.org>
Wed, 4 Aug 2010 09:10:47 +0000 (11:10 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Wed, 4 Aug 2010 09:23:23 +0000 (11:23 +0200)
xalan-j: BBCLASSEXTEND="native"-ified.

recipes/xalan-j/xalan-j-native_2.7.1.bb [deleted file]
recipes/xalan-j/xalan-j_2.7.1.bb

diff --git a/recipes/xalan-j/xalan-j-native_2.7.1.bb b/recipes/xalan-j/xalan-j-native_2.7.1.bb
deleted file mode 100644 (file)
index c71a405..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-require xalan-j_${PV}.bb
-
-DEPENDS = "\
-       fastjar-native \
-       xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \
-       "
-
-inherit java-native
-
index 49426df..df9e78d 100644 (file)
@@ -3,9 +3,14 @@ LICENSE = "AL2.0"
 
 AUTHOR = "Apache Software Foundation"
 HOMEPAGE = "http://xml.apache.org/xalan-j
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "fastjar-native xerces-j regexp jlex cup jaxp1.3 bcel"
+DEPENDS = "\
+       fastjar-native \
+       xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \
+       "
+
 
 SRC_URI = "\
        http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \
@@ -51,8 +56,11 @@ PACKAGES = "libxalan2-serializer-java ${JPN}"
 
 FILES_libxalan2-serializer-java = "${datadir_java}/serializer*.jar"
 
-
 SRC_URI[archive.md5sum] = "fc805051f0fe505c7a4b1b5c8db9b9e3"
 SRC_URI[archive.sha256sum] = "fa52aa629bb882335d45d67401d270c3f21b5131aaea005ac0d4590f2ce8b043"
 SRC_URI[bsf.md5sum] = "7e58b2a009c0f70ab36bbef420b25c07"
 SRC_URI[bsf.sha256sum] = "5ab58cf5738c144f4d85a4a442c2f33be2c4c502dca6e29e0c570c2a51ae6ae9"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
+