summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index a2558a72a..e8ccf3799 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -12,13 +12,13 @@ DEPENDS = "libpng12 jpeg"
12 12
13PV = "2014.03+${SRCPV}" 13PV = "2014.03+${SRCPV}"
14 14
15SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ 15SRC_URI = " \
16 file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ 16 git://github.com/glmark2/glmark2.git;protocol=https \
17 file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \ 17 file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \
18 file://Fix-build-error-due-missing-space-before-macro.patch \ 18 file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \
19 file://Fix-configure-for-sqrt-check.patch \ 19 file://Fix-configure-for-sqrt-check.patch \
20 file://Fix-deprecated-declarations.patch" 20"
21SRCREV = "fa71af2dfab711fac87b9504b6fc9862f44bf72a" 21SRCREV = "f413c5b423250b4fde8f95639ad368d5b02c5b9b"
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24