diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-01 13:41:48 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-01 13:44:50 +0200 |
commit | ce58e573b31aae940f70ff5d9da52328a47f1a8e (patch) | |
tree | 3e9dbcfaced7b23011f0c88960449742ae9eacd5 | |
parent | 90249cc563b916a4d764573156042fd8998f0731 (diff) |
xalan: fix staging und bump PR
-rw-r--r-- | 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 714ec982cc..49426dfea7 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" |