diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-11-06 13:56:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-08 17:25:37 +0000 |
commit | b9a660f801e873cde9c594e55ba2e42897bad89e (patch) | |
tree | f2c522c9b75d2fe42d128a2869d73dd5ef43510e | |
parent | 217a8de624c077b1c84c7a5dc2fa43241c1a0440 (diff) | |
download | poky-b9a660f801e873cde9c594e55ba2e42897bad89e.tar.gz |
binutils: remove embedspu
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
(From OE-Core rev: 98c2b40b64785db99b4f02765212ff40301d3034)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 782fc2dfb8..457577447f 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -140,6 +140,11 @@ do_install () { | |||
140 | oe_multilib_header bfd.h | 140 | oe_multilib_header bfd.h |
141 | } | 141 | } |
142 | 142 | ||
143 | do_install_append_class-target_powerpc () { | ||
144 | # we dont really care about embedspu for ppc so remove it | ||
145 | rm -f ${D}/${bindir}/embedspu || : | ||
146 | } | ||
147 | |||
143 | inherit update-alternatives | 148 | inherit update-alternatives |
144 | 149 | ||
145 | ALTERNATIVE_PRIORITY = "100" | 150 | ALTERNATIVE_PRIORITY = "100" |