From ff30a9ba2de2841dffa0671d22f4a0433e68837d Mon Sep 17 00:00:00 2001 From: Dirk 'Virk' Van Haerenborgh Date: Wed, 8 Apr 2009 02:51:16 +0000 Subject: add gsoap v2.7.13, generates C/C++ source codes for Web service and client applications gsoap-native: unbreak self-dependency patch included FILES_${PN} includes {datadir} as soapcpp2 is some sort of compiler which needs the headers in datadir in order to be able to compile its soap stuff properly (third time's the charm) --- recipes/gsoap/gsoap_2.7.13.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/gsoap/gsoap_2.7.13.inc (limited to 'recipes/gsoap/gsoap_2.7.13.inc') diff --git a/recipes/gsoap/gsoap_2.7.13.inc b/recipes/gsoap/gsoap_2.7.13.inc new file mode 100644 index 0000000000..a6fbbb59e2 --- /dev/null +++ b/recipes/gsoap/gsoap_2.7.13.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding \ +for the development of SOAP Web Services and clients." +SECTION = "devel" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.tar.gz" + +inherit autotools_stage + +S = "${WORKDIR}/gsoap-2.7" + +PARALLEL_MAKE = "" + +EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2" + -- cgit 1.2.3-korg