From e3648b0f865ebf14fa9adf80461e7547ae6dc6f4 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 15 Aug 2010 17:46:02 +0200 Subject: gsoap: remove old versions Signed-off-by: Frans Meulenbroeks --- recipes/gsoap/gsoap-native_2.7.7.bb | 12 ------------ recipes/gsoap/gsoap_2.7.7.bb | 30 ------------------------------ 2 files changed, 42 deletions(-) delete mode 100644 recipes/gsoap/gsoap-native_2.7.7.bb delete mode 100644 recipes/gsoap/gsoap_2.7.7.bb diff --git a/recipes/gsoap/gsoap-native_2.7.7.bb b/recipes/gsoap/gsoap-native_2.7.7.bb deleted file mode 100644 index ac52e6dae7..0000000000 --- a/recipes/gsoap/gsoap-native_2.7.7.bb +++ /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 index c43c52923a..0000000000 --- a/recipes/gsoap/gsoap_2.7.7.bb +++ /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" -- cgit v1.2.3