libpng: package new tools into a libpng-tools package

These tools are useful for fixing older or corrupted
PNG files.

(From OE-Core rev: b587073c088b31ca9490b82dba4df3e460ca6058)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-08-04 15:09:19 -07:00 committed by Richard Purdie
parent b15101f7c9
commit bd96581c8b
1 changed files with 4 additions and 0 deletions

View File

@ -19,4 +19,8 @@ inherit autotools binconfig pkgconfig
# Work around missing symbols
EXTRA_OECONF_append_arm = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}"
PACKAGES =+ "${PN}-tools"
FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix"
BBCLASSEXTEND = "native nativesdk"