[oe-commits] Henning Heinold : xalan: convert to new staging system

git version control git at git.openembedded.org
Sat May 15 23:57:41 UTC 2010


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sat May 15 22:40:12 2010 +0200

xalan: convert to new staging system

* remove some linkingcruft which is now in jaxp recipe

---

 recipes/xalan-j/xalan-j-native_2.7.1.bb |    5 -----
 recipes/xalan-j/xalan-j_2.7.1.bb        |    8 --------
 2 files changed, 0 insertions(+), 13 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
index 371362a..c71a405 100644
--- a/recipes/xalan-j/xalan-j-native_2.7.1.bb
+++ b/recipes/xalan-j/xalan-j-native_2.7.1.bb
@@ -7,8 +7,3 @@ DEPENDS = "\
 
 inherit java-native
 
-
-do_install_append() {
-	:
-}
-
diff --git a/recipes/xalan-j/xalan-j_2.7.1.bb b/recipes/xalan-j/xalan-j_2.7.1.bb
index e48bfb6..714ec98 100644
--- a/recipes/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes/xalan-j/xalan-j_2.7.1.bb
@@ -41,14 +41,6 @@ do_compile() {
 
 do_install_append() {
   oe_jarinstall serializer-${PV}.jar serializer.jar
-
-  # Like Debian we provide a symlink called xml-apis pointing to the JAXP
-  # classes.
-  ln -sf ${D}${datadir_java}/xml-apis.jar jaxp-1.3.jar
-}
-
-do_stage_append() {
-	oe_jarinstall -s serializer-${PV}.jar serializer.jar
 }
 
 PACKAGES = "libxalan2-serializer-java ${JPN}"





More information about the Openembedded-commits mailing list