mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
Details of changelog [1] Removing bfd/ld patch to enable PE targets, instead use specific emulations via --enable-targets for x86_64 Re-arrange/forward-port patches and upgrade libctf configure to libtool 2.4 patch rpaths are no longer emitted into elfedit/readelf therefore no need of chrpath anymore Instead of pre-generating configure scripts and house them in libtool patch, generate them during configure. This also ensures that we do not patch configure directly but rather the sources which generate it Package newly added libctf library [1] https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00000.html (From OE-Core rev: 82f7d5cfc2ab02f39b69c0f8697d660936422d4a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
387 B
BlitzBasic
14 lines
387 B
BlitzBasic
require binutils-cross_${PV}.bb
|
|
|
|
inherit crosssdk
|
|
|
|
PN = "binutils-crosssdk-${SDK_SYS}"
|
|
|
|
PROVIDES = "virtual/${TARGET_PREFIX}binutils-crosssdk"
|
|
|
|
SRC_URI += "file://0001-binutils-crosssdk-Generate-relocatable-SDKs.patch"
|
|
|
|
do_configure_prepend () {
|
|
sed -i 's#/usr/local/lib /lib /usr/lib#${SDKPATHNATIVE}/lib ${SDKPATHNATIVE}/usr/lib /usr/local/lib /lib /usr/lib#' ${S}/ld/configure.tgt
|
|
}
|