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:
442dcb5
)
gsoap: actually stage headers and libraries..
author
Jeremy Lainé
<jeremy.laine@m4x.org>
Mon, 6 Apr 2009 16:00:46 +0000
(16:00 +0000)
committer
Jeremy Lainé
<jeremy.laine@m4x.org>
Mon, 6 Apr 2009 16:00:46 +0000
(16:00 +0000)
recipes/gsoap/gsoap_2.7.7.bb
patch
|
blob
|
history
diff --git
a/recipes/gsoap/gsoap_2.7.7.bb
b/recipes/gsoap/gsoap_2.7.7.bb
index
21a0ace
..
83c7cbb
100644
(file)
--- 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 = "r
2
"
+PR = "r
3
"
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}"