Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2] libpng: remove two un-necessary binaries
@ 2013-08-05  5:12 Saul Wold
  2013-08-05  8:57 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2013-08-05  5:12 UTC (permalink / raw)
  To: openembedded-core

Used fixed path the first time and -native had issues, fixed with bindir
Signed-off-by: Saul Wold <sgw@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] libpng: remove two un-necessary binaries
  2013-08-05  5:12 [PATCH v2] libpng: remove two un-necessary binaries Saul Wold
@ 2013-08-05  8:57 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2013-08-05  8:57 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

On 5 August 2013 06:12, Saul Wold <sgw@linux.intel.com> wrote:
> +       rm ${D}${bindir}/png-fix-itxt ${D}${bindir}/pngfix

These tools could be useful, can we make a libpng-tools package or
something similar for the contents of $bindir?

Ross


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-05  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-05  5:12 [PATCH v2] libpng: remove two un-necessary binaries Saul Wold
2013-08-05  8:57 ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox