summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-26 11:35:18 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 10:18:32 +0200
commitff77141b96a73fb79b72ab7879008621dc92dc1a (patch)
tree3a144ea3f0c15de5108a72c2a086c502af504ed7 /meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
parentfd9b6aa1d3f07b8986c8d3a56b85076f204bba8c (diff)
downloadmeta-openembedded-ff77141b96a73fb79b72ab7879008621dc92dc1a.tar.gz
glmark2: Fix build with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb9
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 4c5e0567b..d3766d916 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}"
15COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" 15COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
16 16
17SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ 17SRC_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 \
21SRCREV = "182dcbffe5c8483eadff025b429ee1aacc69c6c2" 21 "
22SRCREV = "ed20c633f1926d1dd78e3e89043c85a81302cbe6"
22 23
23S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
24 25