diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-08-08 11:39:55 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-15 12:31:57 +0200 |
commit | 98c0577972fe6843c8b81d3751b197b4dbd62d22 (patch) | |
tree | 132c77886030e695826529b3c10e544f91e993f0 /meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |
parent | c29c7ed7642c9e58a8e46f24a3d29e9dfed7da5a (diff) | |
download | meta-openembedded-98c0577972fe6843c8b81d3751b197b4dbd62d22.tar.gz |
glmark2: Fix gcc 6 deprecated declaration error
Replace auto_ptr with unique_ptr.
Upstream-Status: Pending
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.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.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 18267e96f..3a1c2e21a 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
@@ -15,7 +15,8 @@ PV = "2014.03+${SRCPV}" | |||
15 | SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ | 15 | SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ |
16 | file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ | 16 | file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \ |
17 | file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \ | 17 | file://0001-Fix-wl_surface-should-be-destoryed-after-the-wl_wind.patch \ |
18 | file://Fix-configure-for-sqrt-check.patch" | 18 | file://Fix-configure-for-sqrt-check.patch \ |
19 | file://Fix-deprecated-declarations.patch" | ||
19 | SRCREV = "fa71af2dfab711fac87b9504b6fc9862f44bf72a" | 20 | SRCREV = "fa71af2dfab711fac87b9504b6fc9862f44bf72a" |
20 | 21 | ||
21 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |