From 59e596dc56e43ab9cf44e8c10eeaa6f66a67e134 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 4 Aug 2014 15:38:34 -0300 Subject: evtest: Stop using Cgit based archive The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change. This patch uses the same 1.25 version but fetching it using Git, so no code changes are done. Signed-off-by: Otavio Salvador Acked-by: Otavio Salvador Acked-by: Cliff Brake Signed-off-by: Martin Jansa --- meta-oe/recipes-support/evtest/evtest_1.25.bb | 14 -------------- meta-oe/recipes-support/evtest/evtest_git.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-support/evtest/evtest_1.25.bb create mode 100644 meta-oe/recipes-support/evtest/evtest_git.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/evtest/evtest_1.25.bb b/meta-oe/recipes-support/evtest/evtest_1.25.bb deleted file mode 100644 index 5e11131520..0000000000 --- a/meta-oe/recipes-support/evtest/evtest_1.25.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Simple tool for input event debugging." -HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" -AUTHOR = "Vojtech Pavlik " -SECTION = "console/utils" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -DEPENDS = "libxml2" - -SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive" -SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973" -SRC_URI[archive.sha256sum] = "3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473" - -inherit autotools diff --git a/meta-oe/recipes-support/evtest/evtest_git.bb b/meta-oe/recipes-support/evtest/evtest_git.bb new file mode 100644 index 0000000000..790ada82da --- /dev/null +++ b/meta-oe/recipes-support/evtest/evtest_git.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Simple tool for input event debugging." +HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" +AUTHOR = "Vojtech Pavlik " +SECTION = "console/utils" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS = "libxml2" + +SRCREV = "67f3dfefb0b5708ad5b692f19c1a3a5b135264ca" +SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git" + +PV = "1.25+${SRCPV}" + +S = "${WORKDIR}/git" + +inherit autotools -- cgit 1.2.3-korg