git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edec5ca
)
gsoap: fix PACKAGES and close 1505.
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Mon, 25 Aug 2008 14:14:28 +0000
(14:14 +0000)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Mon, 25 Aug 2008 14:14:28 +0000
(14:14 +0000)
packages/gsoap/gsoap_2.7.7.bb
patch
|
blob
|
history
diff --git
a/packages/gsoap/gsoap_2.7.7.bb
b/packages/gsoap/gsoap_2.7.7.bb
index
799c4a1
..
dc6ff6e
100644
(file)
--- 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 = "r
0
"
+PR = "r
1
"
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}"