Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2] binutils: Add embedspu to standard binutils package
@ 2013-12-09 22:16 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-12-09 22:16 UTC (permalink / raw)
  To: openembedded-core

This is only built for PPC, fixes the following QA Error

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

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-devtools/binutils/binutils.inc | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
index 17c66bc..cf13c4f 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -18,7 +18,8 @@ inherit autotools gettext multilib_header
 FILES_${PN} = " \
 	${bindir}/${TARGET_PREFIX}* \
 	${libdir}/lib*-*.so \
-	${prefix}/${TARGET_SYS}/bin/*"
+	${prefix}/${TARGET_SYS}/bin/* \
+        ${bindir}/embedspu"
 
 RPROVIDES_${PN} += "${PN}-symlinks"
 
@@ -140,11 +141,6 @@ do_install () {
 	oe_multilib_header bfd.h
 }
 
-do_install_append_class-target_powerpc () {
-        # we dont really care about embedspu for ppc so remove it
-        rm -f ${D}/${bindir}/embedspu || :
-}
-
 inherit update-alternatives
 
 ALTERNATIVE_PRIORITY = "100"
-- 
1.8.3.1



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

only message in thread, other threads:[~2013-12-09 22:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 22:16 [PATCH v2] binutils: Add embedspu to standard binutils package Saul Wold

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