[oe-commits] Robert Schuster : xalan-j-native: Deleted.

git version control git at git.openembedded.org
Wed Aug 4 09:22:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fb352eddb0c1356a03cb304ae40d3d67077de521
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fb352eddb0c1356a03cb304ae40d3d67077de521

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Wed Aug  4 11:10:47 2010 +0200

xalan-j-native: Deleted.
xalan-j: BBCLASSEXTEND="native"-ified.

---

 recipes/xalan-j/xalan-j-native_2.7.1.bb |    9 ---------
 recipes/xalan-j/xalan-j_2.7.1.bb        |   12 ++++++++++--
 2 files changed, 10 insertions(+), 11 deletions(-)

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
index c71a405..0000000
--- a/recipes/xalan-j/xalan-j-native_2.7.1.bb
+++ /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
-
diff --git a/recipes/xalan-j/xalan-j_2.7.1.bb b/recipes/xalan-j/xalan-j_2.7.1.bb
index 49426df..df9e78d 100644
--- a/recipes/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes/xalan-j/xalan-j_2.7.1.bb
@@ -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"
+





More information about the Openembedded-commits mailing list