mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +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:
parent
a447c3e859
commit
5aef1898a5
|
|
@ -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 () {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
require binutils.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
LIC_FILES_CHKSUM="\
|
||||
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user