aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-05-05 17:09:10 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2017-05-23 15:49:35 +0200
commita30e0f4cd336b6b84b0a203157bd8014370c9de6 (patch)
treeb6f25c156e0e84e2858c13c615905e89915f0c43 /meta-oe/recipes-benchmark
parent3e49af702d26f76a4ab36a266965473a0dc97b81 (diff)
downloadmeta-openembedded-contrib-a30e0f4cd336b6b84b0a203157bd8014370c9de6.tar.gz
glmark2: depend on modern libpng
libpng 1.2 is being removed from oe-core as it's well obsolete. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 26c5c04826..eabe75db2a 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv3+ & SGIv1"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552"
-DEPENDS = "libpng12 jpeg"
+DEPENDS = "libpng jpeg"
PV = "2014.03+${SRCPV}"