diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-05-05 17:09:10 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:49:35 +0200 |
| commit | a30e0f4cd336b6b84b0a203157bd8014370c9de6 (patch) | |
| tree | b6f25c156e0e84e2858c13c615905e89915f0c43 | |
| parent | 3e49af702d26f76a4ab36a266965473a0dc97b81 (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 2 |
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" | |||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
| 9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" | 9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" |
| 10 | 10 | ||
| 11 | DEPENDS = "libpng12 jpeg" | 11 | DEPENDS = "libpng jpeg" |
| 12 | 12 | ||
| 13 | PV = "2014.03+${SRCPV}" | 13 | PV = "2014.03+${SRCPV}" |
| 14 | 14 | ||
