1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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
+3 -1
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 () {