All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] gsoap: actually stage headers and libraries..
@ 2009-04-06 16:48 Jeremy Lainé
  2009-04-08  0:45 ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Jeremy Lainé @ 2009-04-06 16:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jeremy Lainé

From: Jeremy Lainé <jeremy.laine@m4x.org>


Signed-off-by: Jeremy Lainé <jeremy.laine@m4x.org>
---
 recipes/gsoap/gsoap_2.7.7.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/gsoap/gsoap_2.7.7.bb b/recipes/gsoap/gsoap_2.7.7.bb
index 21a0ace..83c7cbb 100644
--- 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 = "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}"
-- 
1.6.2.1




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-08 20:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06 16:48 [STABLE][PATCH] gsoap: actually stage headers and libraries Jeremy Lainé
2009-04-08  0:45 ` Denys Dmytriyenko
2009-04-08  9:21   ` Jeremy Lainé
2009-04-08 18:58     ` Denys Dmytriyenko
2009-04-08 20:04       ` Jeremy Lainé
2009-04-08 20:12         ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.