binutils: Fix multilib header conflict - bfd.h

bfd.h conflicts between 32-bit and 64-bit versions.

(From OE-Core rev: cd2975f7ad380aaac8c88bc151a2c34a42d4c540)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle 2011-07-26 12:57:54 -05:00 committed by Richard Purdie
parent a447c3e859
commit 5aef1898a5
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@ LICENSE = "GPLv3"
DEPENDS = "flex-native bison-native zlib-native"
inherit autotools gettext
inherit autotools gettext multilib_header
PACKAGES += "${PN}-symlinks"
@ -116,6 +116,8 @@ do_install () {
done
rm ${D}${bindir}/ar ${D}${bindir}/strings
oe_multilib_header bfd.h
}
do_install_virtclass-native () {

View File

@ -1,6 +1,6 @@
require binutils.inc
PR = "r2"
PR = "r3"
LIC_FILES_CHKSUM="\
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\