diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-12-09 14:16:39 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-10 17:42:41 +0000 |
| commit | 8760307297bd67c333c0791f5055eace6d9a5b5e (patch) | |
| tree | d1134a4633b0e695393fa6f54d8aae74fba9ba5a /meta/recipes-devtools/binutils/binutils.inc | |
| parent | 47d2089bfcaa91777039881359bcade61360d537 (diff) | |
| download | poky-8760307297bd67c333c0791f5055eace6d9a5b5e.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 17c66bca87..cf13c4f1af 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
| @@ -18,7 +18,8 @@ inherit autotools gettext multilib_header | |||
| 18 | FILES_${PN} = " \ | 18 | FILES_${PN} = " \ |
| 19 | ${bindir}/${TARGET_PREFIX}* \ | 19 | ${bindir}/${TARGET_PREFIX}* \ |
| 20 | ${libdir}/lib*-*.so \ | 20 | ${libdir}/lib*-*.so \ |
| 21 | ${prefix}/${TARGET_SYS}/bin/*" | 21 | ${prefix}/${TARGET_SYS}/bin/* \ |
| 22 | ${bindir}/embedspu" | ||
| 22 | 23 | ||
| 23 | RPROVIDES_${PN} += "${PN}-symlinks" | 24 | RPROVIDES_${PN} += "${PN}-symlinks" |
| 24 | 25 | ||
| @@ -140,11 +141,6 @@ do_install () { | |||
| 140 | oe_multilib_header bfd.h | 141 | oe_multilib_header bfd.h |
| 141 | } | 142 | } |
| 142 | 143 | ||
| 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 | |||
| 148 | inherit update-alternatives | 144 | inherit update-alternatives |
| 149 | 145 | ||
| 150 | ALTERNATIVE_PRIORITY = "100" | 146 | ALTERNATIVE_PRIORITY = "100" |
