aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gsoap/gsoap_2.7.13.inc
blob: 3771486931b40f278cc498a5a1955395ad545fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 \
        file://gsoap-2.7-openssl.patch \
        file://unused_args.patch \
        "

inherit autotools

S = "${WORKDIR}/gsoap-2.7"

PARALLEL_MAKE = ""

EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2"