summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-07-07 23:44:26 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-08 14:58:28 +0100
commit3db268aab0a29b575d056e8c81fb6e9866938fd2 (patch)
tree92304c341fc345c27747dd6e8b85b8b54542dbb1 /meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
parentbc863f9396a006beab5690d163316b5e7e953162 (diff)
downloadpoky-3db268aab0a29b575d056e8c81fb6e9866938fd2.tar.gz
gnome-desktop-testing: upgrade 2018.1 -> 2021.1
(From OE-Core rev: 4956b802f528713c2e59139b27b5baffde2a344d) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb')
-rw-r--r--meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
deleted file mode 100644
index e5c69c0c46..0000000000
--- a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "Test runner for GNOME-style installed tests"
2DESCRIPTION = "Runner provides an execution harness for GNOME installed tests. \
3These tests are useful for verifying the functionality of software as \
4installed and packaged, and complement rather than replace build-time \
5('make check') tests."
6HOMEPAGE = "https://wiki.gnome.org/GnomeGoals/InstalledTests"
7LICENSE = "LGPLv2+"
8
9LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
10 file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe007f4"
11
12SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http"
13SRCREV = "4decade67b29ad170fcf3de148e41695fc459f48"
14
15DEPENDS = "glib-2.0"
16
17S = "${WORKDIR}/git"
18
19inherit autotools pkgconfig
20
21PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
22PACKAGECONFIG[systemd] = ",,systemd"