aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gsoap/gsoap-native_2.7.7.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-03 21:42:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-03 21:42:19 +0000
commit62939b1a74e7b13e9dd76408ef64da2d1dd1a376 (patch)
tree46f375f1e83e90d36e1afac2d154c7052dc8e0c9 /packages/gsoap/gsoap-native_2.7.7.bb
parent409db44ecd14ff2028ba9c68ab9e83efa72410ad (diff)
downloadopenembedded-62939b1a74e7b13e9dd76408ef64da2d1dd1a376.tar.gz
add gsoap, generates C/C++ source codes for Web service and client applications
Diffstat (limited to 'packages/gsoap/gsoap-native_2.7.7.bb')
-rw-r--r--packages/gsoap/gsoap-native_2.7.7.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gsoap/gsoap-native_2.7.7.bb b/packages/gsoap/gsoap-native_2.7.7.bb
new file mode 100644
index 0000000000..3ee6daf247
--- /dev/null
+++ b/packages/gsoap/gsoap-native_2.7.7.bb
@@ -0,0 +1,11 @@
+require gsoap_${PV}.bb
+inherit native
+
+do_stage() {
+ autotools_stage_all
+}
+
+do_install() {
+ :
+}
+