aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-09-01 15:26:17 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-11 09:11:21 +0200
commitc0e0c7797065d2130f8de867fbf7501250d2b131 (patch)
tree20cc7304800b4bd6c22c3c910aa37c1db4c48b92 /meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
parentce01b0a80158d9c7e2e94c253e89d60a17979712 (diff)
downloadmeta-openembedded-contrib-c0e0c7797065d2130f8de867fbf7501250d2b131.tar.gz
glmark2: Fix build error due a missing space before a macro
This fixes following error: ../src/native-state-x11.cpp:63:33: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] static const char *win_name("glmark2 "GLMARK_VERSION); Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 3a1c2e21aa..396ae70941 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -15,6 +15,7 @@ PV = "2014.03+${SRCPV}"
SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \
file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \
file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \
+ file://Fix-build-error-due-missing-space-before-macro.patch \
file://Fix-configure-for-sqrt-check.patch \
file://Fix-deprecated-declarations.patch"
SRCREV = "fa71af2dfab711fac87b9504b6fc9862f44bf72a"