mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
Also rearrange the recipes to have common bits in inc files and not include the target bb file everywhere. This lets us add specific options to specific recipes particularly target recipe in this case (From OE-Core rev: f4ed063e32f064e996a4c29760fa4ac49f1ed73c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
274 B
BlitzBasic
10 lines
274 B
BlitzBasic
require binutils-cross_${PV}.bb
|
|
|
|
inherit crosssdk
|
|
|
|
PROVIDES = "virtual/${TARGET_PREFIX}binutils-crosssdk"
|
|
|
|
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
|
|
}
|