aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gsoap/gsoap-native_2.7.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gsoap/gsoap-native_2.7.7.bb')
-rw-r--r--recipes/gsoap/gsoap-native_2.7.7.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gsoap/gsoap-native_2.7.7.bb b/recipes/gsoap/gsoap-native_2.7.7.bb
new file mode 100644
index 0000000000..206208d329
--- /dev/null
+++ b/recipes/gsoap/gsoap-native_2.7.7.bb
@@ -0,0 +1,16 @@
+require gsoap_${PV}.bb
+
+DEPENDS = ""
+PR = "r1"
+
+SRC_URI += "file://use-just-built-binary.patch;patch=1"
+
+inherit native
+
+do_stage() {
+ autotools_stage_all
+}
+
+do_install() {
+ :
+}