[oe-commits] Jeremy Lainé : gsoap: use autotools_stage

GIT User account git at amethyst.openembedded.net
Wed Apr 8 08:37:40 UTC 2009


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

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Wed Apr  8 08:34:31 2009 +0000

gsoap: use autotools_stage

---

 recipes/gsoap/gsoap_2.7.7.bb |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/recipes/gsoap/gsoap_2.7.7.bb b/recipes/gsoap/gsoap_2.7.7.bb
index 83c7cbb..19f5751 100644
--- a/recipes/gsoap/gsoap_2.7.7.bb
+++ b/recipes/gsoap/gsoap_2.7.7.bb
@@ -3,13 +3,13 @@ for the development of SOAP Web Services and clients."
 SECTION = "devel"
 LICENSE = "GPL"
 DEPENDS = "gsoap-native"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.tar.gz \
            file://rename_bogus_ldflags.patch;patch=1"
 S = "${WORKDIR}/gsoap-2.7"
 
-inherit autotools
+inherit autotools_stage
 
 PARALLEL_MAKE = ""
 
@@ -23,9 +23,5 @@ do_install_append() {
 	done
 }
 
-do_stage() {
-	autotools_stage_all
-}
-
 PACKAGES = "${PN}-dbg ${PN}-dev ${PN} ${PN}-doc ${PN}-locale"
 FILES_gsoap-dev = "${bindir}/wsdl2h ${bindir}/soapcpp2 ${libdir}"





More information about the Openembedded-commits mailing list