aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gsoap
diff options
context:
space:
mode:
authorPeter Gsellmann <pgsellmann@portner-elektronik.at>2011-03-14 19:14:25 +0000
committerKhem Raj <raj.khem@gmail.com>2011-03-22 15:47:23 -0700
commitd851934ef5dc4005fd17c31ca20037cec61b076b (patch)
treec97cc9fe0d090cec1e778776d99145a09e56173d /recipes/gsoap
parent6db4b9050e0e8b963e2a6b63790e48e3042ea99e (diff)
downloadopenembedded-d851934ef5dc4005fd17c31ca20037cec61b076b.tar.gz
gsoap_2.7.13 build errors, amendment
[amendment to d641ae6bfd4303508c86db9285c2dcba28fb5474] recipes reformatted, removed tab characters Signed-off-by: Peter Gsellmann <pgsellmann@portner-elektronik.at> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gsoap')
-rw-r--r--recipes/gsoap/gsoap-native_2.7.13.bb3
-rw-r--r--recipes/gsoap/gsoap_2.7.13.inc8
2 files changed, 5 insertions, 6 deletions
diff --git a/recipes/gsoap/gsoap-native_2.7.13.bb b/recipes/gsoap/gsoap-native_2.7.13.bb
index 83c23290a5..cc323cbb89 100644
--- a/recipes/gsoap/gsoap-native_2.7.13.bb
+++ b/recipes/gsoap/gsoap-native_2.7.13.bb
@@ -6,9 +6,8 @@ EXTRA_OEMAKE = ""
inherit native
-
do_install() {
- install -m 0755 ${S}/gsoap/src/soapcpp2 ${STAGING_BINDIR_NATIVE}/
+ install -m 0755 ${S}/gsoap/src/soapcpp2 ${STAGING_BINDIR_NATIVE}/
}
diff --git a/recipes/gsoap/gsoap_2.7.13.inc b/recipes/gsoap/gsoap_2.7.13.inc
index c3ab3c4880..3771486931 100644
--- a/recipes/gsoap/gsoap_2.7.13.inc
+++ b/recipes/gsoap/gsoap_2.7.13.inc
@@ -3,9 +3,10 @@ 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"
+SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.tar.gz \
+ file://gsoap-2.7-openssl.patch \
+ file://unused_args.patch \
+ "
inherit autotools
@@ -14,4 +15,3 @@ S = "${WORKDIR}/gsoap-2.7"
PARALLEL_MAKE = ""
EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2"
-