binutils: Add embedspu to standard binutils package

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

(From OE-Core rev: e77f419565bd54743bc773b17a17acdbf3773ec2)

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-12-09 14:16:39 -08:00 committed by Richard Purdie
parent 47d2089bfc
commit 8760307297
1 changed files with 2 additions and 6 deletions

View File

@ -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"