mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
libpng: add version 1.2 back
Current LSB 4.1 test suite still check libpng12.so, so add libpng 1.2.x back, and set it as default verison for linuxstdbase image. [YOCTO #4015] (From OE-Core rev: f2463ce26706b971dad0116e8b92f9d55e945137) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,3 +9,6 @@ PREFERRED_VERSION_python-native ?= "2.7.3"
|
||||
|
||||
# Force the older version of liberation-fonts until we fix the fontforge issue
|
||||
PREFERRED_VERSION_liberation-fonts ?= "1.04"
|
||||
|
||||
# Set libpng default version for linuxstdbase
|
||||
PREFERRED_VERSION_libpng_linuxstdbase ?= "1.2.50"
|
||||
|
||||
Reference in New Issue
Block a user