Used fixed path the first time and -native had issues, fixed with bindir Signed-off-by: Saul Wold <s...@linux.intel.com> --- meta/recipes-multimedia/libpng/libpng_1.6.3.bb | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.3.bb b/meta/recipes-multimedia/libpng/libpng_1.6.3.bb index 11e735c..3506483 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)}" +do_install_append() { + rm ${D}${bindir}/png-fix-itxt ${D}${bindir}/pngfix +} + BBCLASSEXTEND = "native nativesdk" -- 1.8.1.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core