diff options
Diffstat (limited to 'meta/recipes-devtools')
| -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" |
