mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
binutils: Add missing target package dependencies
e.g. libfl from flex is needed for target binutils to link otherwise it can fail to build (From OE-Core rev: 627725700ee9e2ca39a19f19a77cd772cd8ecf9f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PR = "r12"
|
||||
PR = "r13"
|
||||
|
||||
LIC_FILES_CHKSUM="\
|
||||
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
require binutils.inc
|
||||
require binutils-${PV}.inc
|
||||
|
||||
DEPENDS += "flex bison zlib"
|
||||
|
||||
EXTRA_OECONF += "--with-sysroot=/ \
|
||||
--enable-install-libbfd \
|
||||
--enable-shared \
|
||||
|
||||
Reference in New Issue
Block a user