diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 85d7bf16e0..4c5e0567b9 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
| @@ -8,18 +8,17 @@ LICENSE = "GPLv3+ & SGIv1" | |||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
| 9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" | 9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" |
| 10 | 10 | ||
| 11 | DEPENDS = "libpng jpeg" | 11 | DEPENDS = "libpng jpeg udev" |
| 12 | 12 | ||
| 13 | PV = "2014.03+${SRCPV}" | 13 | PV = "2017.07+${SRCPV}" |
| 14 | 14 | ||
| 15 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" | 15 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ | 17 | SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ |
| 18 | file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ | 18 | file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ |
| 19 | file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \ | ||
| 20 | file://Fix-configure-for-sqrt-check.patch \ | 19 | file://Fix-configure-for-sqrt-check.patch \ |
| 21 | " | 20 | " |
| 22 | SRCREV = "9b1070fe9c5cf908f323909d3c8cbed08022abe8" | 21 | SRCREV = "182dcbffe5c8483eadff025b429ee1aacc69c6c2" |
| 23 | 22 | ||
| 24 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
| 25 | 24 | ||
