From: Rolf Leggewie Date: Mon, 25 Aug 2008 14:14:28 +0000 (+0000) Subject: gsoap: fix PACKAGES and close 1505. X-Git-Tag: Release-2010-05/1~6249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d90cdcf08622717e9d61bc7dd9636f61b2a32ebc;p=openembedded.git gsoap: fix PACKAGES and close 1505. --- diff --git a/packages/gsoap/gsoap_2.7.7.bb b/packages/gsoap/gsoap_2.7.7.bb index 799c4a13f3..dc6ff6e320 100644 --- a/packages/gsoap/gsoap_2.7.7.bb +++ b/packages/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 = "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}"