[OE-core] [PATCH 3/3] binutils: remove embedsp

Phil Blundell pb at pbcl.net
Thu Nov 7 07:27:31 UTC 2013


On Wed, 2013-11-06 at 14:02 -0800, Saul Wold wrote:
> 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

The QA error above talks about "embedspu", but both the subject line of
your message and the patch itself say that they are removing "embedsp".
Is that correct?

Also, please add some commentary to the patch explaining why simply
adding embedsp{u} to FILES isn't the right thing to do.

> +do_install_append_class-target () {
> +        # we dont really care about embedsp for ppc so remove it
> +        rm -f ${D}/${bindir}/embedsp || :
> +}
> +

"rm -f" already ignores nonexistent files so I don't think that the
"|| :" construct is buying anything.

p.




More information about the Openembedded-core mailing list