diff options
Diffstat (limited to 'recipes/gsoap/gsoap_2.7.13.inc')
-rw-r--r-- | recipes/gsoap/gsoap_2.7.13.inc | 15 |
1 files changed, 15 insertions, 0 deletions
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" + |