summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
diff options
context:
space:
mode:
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.bb6
1 files changed, 5 insertions, 1 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
index 0defebeb15..19f32e8d1f 100644
--- 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
@@ -1,11 +1,15 @@
1SUMMARY = "Test runner for GNOME-style installed tests" 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."
2HOMEPAGE = "https://wiki.gnome.org/GnomeGoals/InstalledTests" 6HOMEPAGE = "https://wiki.gnome.org/GnomeGoals/InstalledTests"
3LICENSE = "LGPLv2+" 7LICENSE = "LGPLv2+"
4 8
5LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
6 file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe007f4" 10 file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe007f4"
7 11
8SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http" 12SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http;branch=master"
9SRCREV = "4decade67b29ad170fcf3de148e41695fc459f48" 13SRCREV = "4decade67b29ad170fcf3de148e41695fc459f48"
10 14
11DEPENDS = "glib-2.0" 15DEPENDS = "glib-2.0"