From 0a94d7163d08f01609e5ac3f59f89f5c5ed9cf68 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 18 Nov 2012 21:54:35 -0800 Subject: libcheck: Update to 0.9.9 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-support/libcheck/libcheck_0.9.8.bb | 20 -------------------- meta/recipes-support/libcheck/libcheck_0.9.9.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-support/libcheck/libcheck_0.9.8.bb create mode 100644 meta/recipes-support/libcheck/libcheck_0.9.9.bb diff --git a/meta/recipes-support/libcheck/libcheck_0.9.8.bb b/meta/recipes-support/libcheck/libcheck_0.9.8.bb deleted file mode 100644 index e988d47fa4..0000000000 --- a/meta/recipes-support/libcheck/libcheck_0.9.8.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Check Test Framework" -HOMEPAGE = "http://gitorious.org/opensuse/zypper" -SECTION = "devel" - -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" - -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ - file://libcheck_fix_for_automake-1.12.patch \ - " - -SRC_URI[md5sum] = "5d75e9a6027cde79d2c339ef261e7470" -SRC_URI[sha256sum] = "82acf956bb07584ffea2bf04d5989fe939c3e74ecf93133a21037fd0f7996a7f" -S = "${WORKDIR}/check-${PV}" - -inherit autotools pkgconfig - -RREPLACES_${PN} = "check (<= 0.9.5)" diff --git a/meta/recipes-support/libcheck/libcheck_0.9.9.bb b/meta/recipes-support/libcheck/libcheck_0.9.9.bb new file mode 100644 index 0000000000..5ccce7a28b --- /dev/null +++ b/meta/recipes-support/libcheck/libcheck_0.9.9.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Check Test Framework" +HOMEPAGE = "http://gitorious.org/opensuse/zypper" +SECTION = "devel" + +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" + +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ + file://libcheck_fix_for_automake-1.12.patch \ + " + +SRC_URI[md5sum] = "f3702f2fcfc19ce3f62dca66c241a168" +SRC_URI[sha256sum] = "1a7a9abb9d051e1b9da4149ce651436a29e20135a40bdb202bd7b2bef3878ac9" + +S = "${WORKDIR}/check-${PV}" + +inherit autotools pkgconfig + +RREPLACES_${PN} = "check (<= 0.9.5)" -- cgit 1.2.3-korg