mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 09:29:40 +01:00
binutils: Convert SRC_URI and SRCREV to weak defines
This makes it easy to override them in bbappends (From OE-Core rev: 99458d1fa170970e8a1aa04eeb0c86d3754fd988) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,9 +18,10 @@ BINUPV = "${@binutils_branch_version(d)}"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
|
||||
|
||||
SRCREV = "90276f15379d380761fc499da2ba24cfb3c12a94"
|
||||
SRCREV ?= "90276f15379d380761fc499da2ba24cfb3c12a94"
|
||||
BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git"
|
||||
SRC_URI = "\
|
||||
git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git \
|
||||
${BINUTILS_GIT_URI} \
|
||||
file://0003-configure-widen-the-regexp-for-SH-architectures.patch \
|
||||
file://0004-Point-scripts-location-to-libdir.patch \
|
||||
file://0005-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \
|
||||
|
||||
Reference in New Issue
Block a user