diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-10-05 16:16:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-10 16:44:31 +0100 |
commit | 0843260f2f71c916509abfcb0aa89afb2e70a84a (patch) | |
tree | a4373d8f88d1f3e3e1ead87dfc065e3bd07c16e7 /meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb | |
parent | c9ec3257cf0ccbb1580708bcf69de50f447452f2 (diff) | |
download | poky-0843260f2f71c916509abfcb0aa89afb2e70a84a.tar.gz |
gnome-desktop-testing: Fix build on uclibc
[YOCTO #6577]
Change-Id: Ia29fb963a7df4e77504993172f85851e0b540c7e
(From OE-Core rev: 1fc544811582ed68b6e0a61fd22c169e1825b725)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb')
-rw-r--r-- | meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb index 146a02ac7d..c688e9d1d7 100644 --- a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb +++ b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb | |||
@@ -2,7 +2,9 @@ SUMMARY = "Test runner for GNOME-style installed tests" | |||
2 | HOMEPAGE = "https://wiki.gnome.org/GnomeGoals/InstalledTests" | 2 | HOMEPAGE = "https://wiki.gnome.org/GnomeGoals/InstalledTests" |
3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPLv2+" |
4 | 4 | ||
5 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz" | 5 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz \ |
6 | file://0001-gsystem-subprocess.c-Enable-GNU-extensions-in-system.patch \ | ||
7 | " | ||
6 | SRC_URI[md5sum] = "a608ad72a77e23a1aecdfd8d07a94baf" | 8 | SRC_URI[md5sum] = "a608ad72a77e23a1aecdfd8d07a94baf" |
7 | SRC_URI[sha256sum] = "1a3eed73678dd22d09d6a7ec4f899557df3e8b4a802affa76d0f163b31286539" | 9 | SRC_URI[sha256sum] = "1a3eed73678dd22d09d6a7ec4f899557df3e8b4a802affa76d0f163b31286539" |
8 | 10 | ||