diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-03 21:42:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-03 21:42:19 +0000 |
commit | 62939b1a74e7b13e9dd76408ef64da2d1dd1a376 (patch) | |
tree | 46f375f1e83e90d36e1afac2d154c7052dc8e0c9 /packages/gsoap/gsoap-native_2.7.7.bb | |
parent | 409db44ecd14ff2028ba9c68ab9e83efa72410ad (diff) |
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.bb | 11 |
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() { + : +} + |