aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gsoap
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 16:00:46 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 16:00:46 +0000
commitdd286ca541427a5f06599947cdd531c5cb79e096 (patch)
treed720c422f2b21866040e0701432efa2950dafee1 /recipes/gsoap
parent442dcb5cfd89de0797354a38cd56f56967a3ad5c (diff)
downloadopenembedded-dd286ca541427a5f06599947cdd531c5cb79e096.tar.gz
gsoap: actually stage headers and libraries..
Diffstat (limited to 'recipes/gsoap')
-rw-r--r--recipes/gsoap/gsoap_2.7.7.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/gsoap/gsoap_2.7.7.bb b/recipes/gsoap/gsoap_2.7.7.bb
index 21a0ace2e3..83c7cbb331 100644
--- a/recipes/gsoap/gsoap_2.7.7.bb
+++ b/recipes/gsoap/gsoap_2.7.7.bb
@@ -3,7 +3,7 @@ for the development of SOAP Web Services and clients."
SECTION = "devel"
LICENSE = "GPL"
DEPENDS = "gsoap-native"
-PR = "r2"
+PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.tar.gz \
file://rename_bogus_ldflags.patch;patch=1"
@@ -23,5 +23,9 @@ 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}"