mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +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:
committed by
Richard Purdie
parent
a447c3e859
commit
5aef1898a5
@@ -13,7 +13,7 @@ LICENSE = "GPLv3"
|
|||||||
|
|
||||||
DEPENDS = "flex-native bison-native zlib-native"
|
DEPENDS = "flex-native bison-native zlib-native"
|
||||||
|
|
||||||
inherit autotools gettext
|
inherit autotools gettext multilib_header
|
||||||
|
|
||||||
PACKAGES += "${PN}-symlinks"
|
PACKAGES += "${PN}-symlinks"
|
||||||
|
|
||||||
@@ -116,6 +116,8 @@ do_install () {
|
|||||||
done
|
done
|
||||||
|
|
||||||
rm ${D}${bindir}/ar ${D}${bindir}/strings
|
rm ${D}${bindir}/ar ${D}${bindir}/strings
|
||||||
|
|
||||||
|
oe_multilib_header bfd.h
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_virtclass-native () {
|
do_install_virtclass-native () {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require binutils.inc
|
require binutils.inc
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM="\
|
LIC_FILES_CHKSUM="\
|
||||||
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
|
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
|
||||||
|
|||||||
Reference in New Issue
Block a user