mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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:
committed by
Richard Purdie
parent
217a8de624
commit
b9a660f801
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user