[oe] [PATCH 4/6] glmark2: depend on modern libpng

Alexander Kanavin alexander.kanavin at linux.intel.com
Fri May 5 14:09:10 UTC 2017


libpng 1.2 is being removed from oe-core as it's well obsolete.

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 26c5c0482..eabe75db2 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}"
 
-- 
2.11.0




More information about the Openembedded-devel mailing list