Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame^] | 1 | SUMMARY = "Test runner for GNOME-style installed tests" |
| 2 | HOMEPAGE = "https://wiki.gnome.org/GnomeGoals/InstalledTests" |
| 3 | LICENSE = "LGPLv2+" |
| 4 | |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
| 6 | file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe007f4" |
| 7 | |
| 8 | SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http" |
| 9 | SRCREV = "4decade67b29ad170fcf3de148e41695fc459f48" |
| 10 | |
| 11 | DEPENDS = "glib-2.0" |
| 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit autotools pkgconfig |
| 16 | |
| 17 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 18 | PACKAGECONFIG[systemd] = ",,systemd" |