gsoap: remove old versions
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 15 Aug 2010 15:46:02 +0000 (17:46 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 15 Aug 2010 15:46:02 +0000 (17:46 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/gsoap/gsoap-native_2.7.7.bb [deleted file]
recipes/gsoap/gsoap_2.7.7.bb [deleted file]

diff --git a/recipes/gsoap/gsoap-native_2.7.7.bb b/recipes/gsoap/gsoap-native_2.7.7.bb
deleted file mode 100644 (file)
index ac52e6d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-require gsoap_${PV}.bb
-
-DEPENDS = ""
-PR = "r1"
-
-EXTRA_OEMAKE = ""
-
-inherit native
-
-do_install() {
-       :
-}
diff --git a/recipes/gsoap/gsoap_2.7.7.bb b/recipes/gsoap/gsoap_2.7.7.bb
deleted file mode 100644 (file)
index c43c529..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding \
-for the development of SOAP Web Services and clients."
-SECTION = "devel"
-LICENSE = "GPL"
-DEPENDS = "gsoap-native"
-PR = "r4"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.tar.gz \
-           file://rename_bogus_ldflags.patch"
-S = "${WORKDIR}/gsoap-2.7"
-
-inherit autotools
-
-PARALLEL_MAKE = ""
-
-EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2"
-
-do_install_append() {
-       install -d ${D}${libdir}
-       for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck
-       do
-               oe_libinstall -C soapcpp2 $lib ${D}${libdir}
-       done
-}
-
-PACKAGES = "${PN}-dbg ${PN}-dev ${PN} ${PN}-doc ${PN}-locale"
-FILES_gsoap-dev = "${bindir}/wsdl2h ${bindir}/soapcpp2 ${libdir}"
-
-SRC_URI[md5sum] = "a0bbbfdc135034cd778537f979121df7"
-SRC_URI[sha256sum] = "7b531f1b6481fbe1a21620a86649f42cb2de9cf086e7bdde46335137d3ca11dc"