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:
Kang Kai
2013-03-26 13:58:34 +08:00
committed by Richard Purdie
parent e0da509973
commit 0051c32eab
2 changed files with 24 additions and 0 deletions

View File

@@ -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"