All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] binutils: remove embedspu
@ 2013-11-06 23:31 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-11-06 23:31 UTC (permalink / raw)
  To: openembedded-core

This is only built for PPC and not needed, so remove it to fix the QA Issue

ERROR: QA Issue: binutils: Files/directories were installed but not shipped
  /usr/bin/embedspu

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
v2: fix spelling and add powerpc override

 meta/recipes-devtools/binutils/binutils_2.23.2.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/recipes-devtools/binutils/binutils_2.23.2.bb b/meta/recipes-devtools/binutils/binutils_2.23.2.bb
index 1523e87..c8c77a0 100644
--- a/meta/recipes-devtools/binutils/binutils_2.23.2.bb
+++ b/meta/recipes-devtools/binutils/binutils_2.23.2.bb
@@ -10,6 +10,12 @@ EXTRA_OECONF += "--with-sysroot=/ \
 
 EXTRA_OECONF_class-native = "--enable-targets=all --enable-64-bit-bfd --enable-install-libbfd"
 
+do_install_append_class-target_powerpc () {
+        # we dont really care about embedspu for ppc so remove it
+        rm -f ${D}/${bindir}/embedspu || :
+}
+
+
 do_install_class-native () {
 	autotools_do_install
 
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-06 23:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 23:31 [PATCH v2] binutils: remove embedspu Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.