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>
This commit is contained in:
Saul Wold
2013-11-06 13:56:12 -08:00
committed by Richard Purdie
parent 217a8de624
commit b9a660f801

View File

@@ -140,6 +140,11 @@ 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"