mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 00:49:41 +01:00
2.21.1 has disappeared upstream. There is no ChangeLog information for 2.21.1a, however diff reports only the addition of some cpu/opc files in cgen/ subdirectory; the source code is otherwise identical. (From OE-Core rev: 4ecf379aba11983b66be4fbe26e65aa28740ddfd) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
286 B
BlitzBasic
13 lines
286 B
BlitzBasic
require binutils-cross_${PV}.bb
|
|
|
|
inherit crosssdk
|
|
|
|
PROVIDES = "virtual/${TARGET_PREFIX}binutils-crosssdk"
|
|
|
|
PR = "r1"
|
|
|
|
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
|
|
}
|
|
|