summaryrefslogtreecommitdiff
path: root/recipes/gsoap/gsoap-native_2.7.13.bb
diff options
context:
space:
mode:
authorDirk 'Virk' Van Haerenborgh <vhdirk@gmail.com>2009-04-08 02:51:16 +0000
committerKoen Kooi <koen@openembedded.org>2009-04-08 17:13:06 +0200
commitff30a9ba2de2841dffa0671d22f4a0433e68837d (patch)
treef91a6b3e9648400b5e9c18848160773fb74f6f35 /recipes/gsoap/gsoap-native_2.7.13.bb
parent26865dffa466487b9373c1724bd56ecf8d5d27b7 (diff)
add gsoap v2.7.13, generates C/C++ source codes for Web service and client applications
gsoap-native: unbreak self-dependency patch included FILES_${PN} includes {datadir} as soapcpp2 is some sort of compiler which needs the headers in datadir in order to be able to compile its soap stuff properly (third time's the charm)
Diffstat (limited to 'recipes/gsoap/gsoap-native_2.7.13.bb')
-rw-r--r--recipes/gsoap/gsoap-native_2.7.13.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gsoap/gsoap-native_2.7.13.bb b/recipes/gsoap/gsoap-native_2.7.13.bb
new file mode 100644
index 0000000000..3ed78d0227
--- /dev/null
+++ b/recipes/gsoap/gsoap-native_2.7.13.bb
@@ -0,0 +1,12 @@
+require gsoap_${PV}.inc
+
+DEPENDS = ""
+
+SRC_URI += "file://use-just-built-binary-2.7.13.patch;patch=1"
+
+inherit native
+
+do_install() {
+ :
+}
+