diff options
| author | Felipe F. Tonello <ftonello@cercacor.com> | 2013-03-01 18:25:56 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-13 17:21:52 +0100 |
| commit | eca2937c7230440850f24816764abdcd460b6f51 (patch) | |
| tree | 337f205a7f66fde2dfe9c77a9050637937b74ab3 /meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc | |
| parent | a214c903e4037fad32abdee704b6f913f1f7d629 (diff) | |
| download | meta-openembedded-eca2937c7230440850f24816764abdcd460b6f51.tar.gz | |
gsoap: added gsoap 2.8.12 recipe
This recipe was inspired on the gsoap recipe in oe-classic.
Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc')
| -rw-r--r-- | meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc new file mode 100644 index 0000000000..30cf9a6d41 --- /dev/null +++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding \ | ||
| 2 | for the development of SOAP Web Services and clients." | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b338b08b1b61e028e0f399a4de25e58f" | ||
| 6 | |||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.zip \ | ||
| 8 | " | ||
| 9 | |||
| 10 | inherit autotools | ||
| 11 | |||
| 12 | PR = "r1" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/gsoap-2.8" | ||
| 15 | |||
| 16 | FILES_${PN}-dev = "${includedir}" | ||
| 17 | RRECOMMENDS_${PN}-dev = "${PN}-staticdev" | ||
| 18 | |||
| 19 | FILES_${PN}-staticdev = "${libdir}" | ||
| 20 | |||
| 21 | PARALLEL_MAKE = "" | ||
| 22 | |||
| 23 | EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2" | ||
