From d698b26edc5394efff2c2076ccb3942d821f1b66 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 26 Oct 2017 14:17:32 -0700 Subject: evtest: move to recipes-test Signed-off-by: Armin Kuster --- meta-oe/recipes-support/evtest/evtest_git.bb | 17 ----------------- meta-oe/recipes-test/evtest/evtest_git.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/evtest/evtest_git.bb create mode 100644 meta-oe/recipes-test/evtest/evtest_git.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/evtest/evtest_git.bb b/meta-oe/recipes-support/evtest/evtest_git.bb deleted file mode 100644 index fa0d6e2fe5..0000000000 --- a/meta-oe/recipes-support/evtest/evtest_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "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 = "ab140a2dab1547f7deb5233be6d94a388cf08b26" -SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git" - -PV = "1.33+${SRCPV}" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig diff --git a/meta-oe/recipes-test/evtest/evtest_git.bb b/meta-oe/recipes-test/evtest/evtest_git.bb new file mode 100644 index 0000000000..fa0d6e2fe5 --- /dev/null +++ b/meta-oe/recipes-test/evtest/evtest_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "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 = "ab140a2dab1547f7deb5233be6d94a388cf08b26" +SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git" + +PV = "1.33+${SRCPV}" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig -- cgit 1.2.3-korg