[oe-commits] Henning Heinold : xalan: fix staging und bump PR

git version control git at git.openembedded.org
Thu Jul 1 11:46:39 UTC 2010


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Thu Jul  1 13:41:48 2010 +0200

xalan: fix staging und bump PR

---

 recipes/xalan-j/xalan-j_2.7.1.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/xalan-j/xalan-j_2.7.1.bb b/recipes/xalan-j/xalan-j_2.7.1.bb
index 714ec98..49426df 100644
--- a/recipes/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes/xalan-j/xalan-j_2.7.1.bb
@@ -3,6 +3,7 @@ LICENSE = "AL2.0"
 
 AUTHOR = "Apache Software Foundation"
 HOMEPAGE = "http://xml.apache.org/xalan-j
+PR = "r1"
 
 DEPENDS = "fastjar-native xerces-j regexp jlex cup jaxp1.3 bcel"
 
@@ -43,6 +44,9 @@ do_install_append() {
   oe_jarinstall serializer-${PV}.jar serializer.jar
 }
 
+do_stage_append() {
+  oe_jarinstall -s serializer-${PV}.jar serializer.jar
+}
 PACKAGES = "libxalan2-serializer-java ${JPN}"
 
 FILES_libxalan2-serializer-java = "${datadir_java}/serializer*.jar"





More information about the Openembedded-commits mailing list