diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 4c5e0567b9..d3766d916f 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
| @@ -15,10 +15,11 @@ PV = "2017.07+${SRCPV}" | |||
| 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://Fix-configure-for-sqrt-check.patch \ | 19 | file://Fix-configure-for-sqrt-check.patch \ |
| 20 | " | 20 | file://0001-Fix-clang-warnings.patch \ |
| 21 | SRCREV = "182dcbffe5c8483eadff025b429ee1aacc69c6c2" | 21 | " |
| 22 | SRCREV = "ed20c633f1926d1dd78e3e89043c85a81302cbe6" | ||
| 22 | 23 | ||
| 23 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
| 24 | 25 | ||
