[oe-commits] Saul Wold : libpng: package new tools into a libpng-tools package

git at git.openembedded.org git at git.openembedded.org
Tue Aug 6 11:53:57 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b587073c088b31ca9490b82dba4df3e460ca6058
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b587073c088b31ca9490b82dba4df3e460ca6058

Author: Saul Wold <sgw at linux.intel.com>
Date:   Sun Aug  4 15:09:19 2013 -0700

libpng: package new tools into a libpng-tools package

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

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-multimedia/libpng/libpng_1.6.3.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.3.bb b/meta/recipes-multimedia/libpng/libpng_1.6.3.bb
index 11e735c..bf84b3c 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.3.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.3.bb
@@ -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"



More information about the Openembedded-commits mailing list