[oe-commits] Jeremy Lainé : gsoap: actually stage headers and libraries..

GIT User account git at amethyst.openembedded.net
Thu Apr 9 05:21:06 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: f028f4b58d259f0356b4c64cde7afcd19116e899
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f028f4b58d259f0356b4c64cde7afcd19116e899

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Thu Apr  9 07:16:19 2009 +0200

gsoap: actually stage headers and libraries..

Signed-off-by: Jeremy Lainé <jeremy.laine at m4x.org>
Acked-by: Denys Dmytriyenko <denis at denix.org>

---

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

diff --git a/recipes/gsoap/gsoap_2.7.7.bb b/recipes/gsoap/gsoap_2.7.7.bb
index 21a0ace..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 = "r2"
+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 = ""
 





More information about the Openembedded-commits mailing list