From: Frans Meulenbroeks Date: Sat, 14 Aug 2010 20:06:32 +0000 (+0200) Subject: c-ares: removed old versions X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=349a4ca5154a90e5bcee0045ef995a0a846469ee;p=openembedded.git c-ares: removed old versions Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/c-ares/c-ares_1.3.0.bb b/recipes/c-ares/c-ares_1.3.0.bb deleted file mode 100644 index 7db89f2ea5..0000000000 --- a/recipes/c-ares/c-ares_1.3.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "c-ares is a C library that resolves names asynchronously." -HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" -SECTION = "libs" -SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz" -LICENSE = "MIT" -S = "${WORKDIR}/c-ares-${PV}" - -inherit autotools - -do_stage() { - oe_libinstall -C .libs -a libcares ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/ares - install -m 0644 ares*.h ${STAGING_INCDIR}/ares/ -} - - -SRC_URI[md5sum] = "badb4563a02d4188b478df31fa1b657d" -SRC_URI[sha256sum] = "5c4594f71eab62e24d12c67ae6a6aead306c537cf71e946c4e9fbebbe9786243" diff --git a/recipes/c-ares/c-ares_1.5.2.bb b/recipes/c-ares/c-ares_1.5.2.bb deleted file mode 100644 index 3893214713..0000000000 --- a/recipes/c-ares/c-ares_1.5.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "c-ares is a C library that resolves names asynchronously." -HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" -SECTION = "libs" -SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz" -LICENSE = "MIT" -S = "${WORKDIR}/c-ares-${PV}" - -inherit autotools - -do_stage() { - oe_libinstall -C .libs -a libcares ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/ares - install -m 0644 ares*.h ${STAGING_INCDIR}/ares/ -} - - -SRC_URI[md5sum] = "23adb3729e09879cd2147b31ea5a986e" -SRC_URI[sha256sum] = "41f2df62e8f267cfd0ea9b9d29398f02ec3e22225f06f705e3fa8055370f94a4"