gsoap: actually stage headers and libraries..
authorJeremy Lainé <jeremy.laine@m4x.org>
Mon, 6 Apr 2009 16:00:46 +0000 (16:00 +0000)
committerJeremy Lainé <jeremy.laine@m4x.org>
Mon, 6 Apr 2009 16:00:46 +0000 (16:00 +0000)
recipes/gsoap/gsoap_2.7.7.bb

index 21a0ace..83c7cbb 100644 (file)
@@ -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}"