[oe-commits] Khem Raj : jaxme_0.5.2.bb, xpp3_1.1.3.4.O.bb: Remove do_stage_append

git version control git at git.openembedded.org
Tue Sep 7 17:05:06 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Sep  6 23:15:58 2010 -0700

jaxme_0.5.2.bb, xpp3_1.1.3.4.O.bb: Remove do_stage_append

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Robert Schuster <robertschuster at fsfe.org>

---

 recipes/xml-commons/jaxme_0.5.2.bb    |    7 -------
 recipes/xml-commons/xpp3_1.1.3.4.O.bb |    4 ----
 2 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/recipes/xml-commons/jaxme_0.5.2.bb b/recipes/xml-commons/jaxme_0.5.2.bb
index 4fa9cdf..304c06d 100644
--- a/recipes/xml-commons/jaxme_0.5.2.bb
+++ b/recipes/xml-commons/jaxme_0.5.2.bb
@@ -39,13 +39,6 @@ do_install_append() {
 	oe_jarinstall jaxmepm-${PV}.jar jaxmepm.jar
 }
 
-do_stage_append() {
-	oe_jarinstall -s jaxmeapi-${PV}.jar jaxmeapi.jar
-	oe_jarinstall -s jaxmejs-${PV}.jar jaxmejs.jar
-	oe_jarinstall -s jaxmexs-${PV}.jar jaxmexs.jar
-	oe_jarinstall -s jaxmepm-${PV}.jar jaxmepm.jar
-}
-
 # Compile helper
 # 1 - source dir
 # 2 - dest dir
diff --git a/recipes/xml-commons/xpp3_1.1.3.4.O.bb b/recipes/xml-commons/xpp3_1.1.3.4.O.bb
index 11b82ab..40f7cb2 100644
--- a/recipes/xml-commons/xpp3_1.1.3.4.O.bb
+++ b/recipes/xml-commons/xpp3_1.1.3.4.O.bb
@@ -42,10 +42,6 @@ do_install_append() {
 	oe_jarinstall xpp3-xpath-${PV}.jar xpp3-xpath.jar
 }
 
-do_stage_append() {
-	oe_jarinstall -s xpp3-xpath-${PV}.jar xpp3-xpath.jar
-}
-
 FILES_libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*"
 
 





More information about the Openembedded-commits mailing list