[oe-commits] Frans Meulenbroeks : gsoap: remove old versions

git version control git at git.openembedded.org
Sun Aug 15 15:55:11 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e3648b0f865ebf14fa9adf80461e7547ae6dc6f4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e3648b0f865ebf14fa9adf80461e7547ae6dc6f4

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Aug 15 17:46:02 2010 +0200

gsoap: remove old versions

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/gsoap/gsoap-native_2.7.7.bb |   12 ------------
 recipes/gsoap/gsoap_2.7.7.bb        |   30 ------------------------------
 2 files changed, 0 insertions(+), 42 deletions(-)

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 ac52e6d..0000000
--- 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 c43c529..0000000
--- 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"





More information about the Openembedded-commits mailing list