gsoap: fix PACKAGES and close 1505.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 25 Aug 2008 14:14:28 +0000 (14:14 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 25 Aug 2008 14:14:28 +0000 (14:14 +0000)
packages/gsoap/gsoap_2.7.7.bb

index 799c4a1..dc6ff6e 100644 (file)
@@ -3,7 +3,7 @@ for the development of SOAP Web Services and clients."
 SECTION = "devel"
 LICENSE = "GPL"
 DEPENDS = "gsoap-native"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.tar.gz"
 S = "${WORKDIR}/gsoap-2.7"
@@ -22,4 +22,5 @@ do_install_append() {
        done
 }
 
+PACKAGES = "${PN}-dbg ${PN}-dev ${PN} ${PN}-doc ${PN}-locale"
 FILES_gsoap-dev = "${bindir}/wsdl2h ${bindir}/soapcpp2 ${libdir}"