summaryrefslogtreecommitdiffstats
path: root/recipes/gsoap/gsoap-native_2.7.13.bb
diff options
context:
space:
mode:
authorJan Paesmans <jan.paesmans@gmail.com>2009-12-21 23:05:29 +0000
committerKhem Raj <raj.khem@gmail.com>2010-01-21 16:22:56 -0800
commit5cc04010e70378484efe549b30b411f840e825f5 (patch)
treeef1d70998431af2b82cd953b0647c834836c3321 /recipes/gsoap/gsoap-native_2.7.13.bb
parent310b2cd8919a13280b445537893c109b66c5275c (diff)
downloadopenembedded-5cc04010e70378484efe549b30b411f840e825f5.tar.gz
gSOAP
Hello, In the gSOAP package I noticed the following patch was applied to the native build: use-just-built-binary.patch This patches the makefiles of gSOAP so that the correct executable is used. However the problem originates from the fact that the makefile variable $(SOAP) is overridden in gsoap_${PV}.bb with the following directive: EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2" Instead of patching the makefiles of gsoap, I've come up with a simpler solution. In the gsoap-native_*.bb files, overwrite EXTRA_OEMAKE like so: EXTRA_OEMAKE = "" This removes the problem with building gsoap natively and not using the correct executable. Please find my patch in attachment. Regards, Jan Signed-off-by: Jan Paesmans <jan.paesmans@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gsoap/gsoap-native_2.7.13.bb')
-rw-r--r--recipes/gsoap/gsoap-native_2.7.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gsoap/gsoap-native_2.7.13.bb b/recipes/gsoap/gsoap-native_2.7.13.bb
index 3ed78d0227..f0370beb2b 100644
--- a/recipes/gsoap/gsoap-native_2.7.13.bb
+++ b/recipes/gsoap/gsoap-native_2.7.13.bb
@@ -2,7 +2,7 @@ require gsoap_${PV}.inc
DEPENDS = ""
-SRC_URI += "file://use-just-built-binary-2.7.13.patch;patch=1"
+EXTRA_OEMAKE = ""
inherit native