aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gsoap/gsoap_2.7.13.inc
blob: c3ab3c48802b34137027934dfe34bc17e7c5a5ff (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"