summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-11-12 10:48:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-03 09:26:37 +0000
commit43c16984656bf51e1acfc7d1abd87cf883c7485b (patch)
treebd40ffced8a2d6e3e2fe0dfc808f72dbeefa3c50
parenta255e82b7ddee852f3fc0a9c557a2d7d5c01feb9 (diff)
downloadpoky-43c16984656bf51e1acfc7d1abd87cf883c7485b.tar.gz
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>
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.29.1.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.29.1.inc b/meta/recipes-devtools/binutils/binutils-2.29.1.inc
index d92bbbce5d..07a72e2b5a 100644
--- a/meta/recipes-devtools/binutils/binutils-2.29.1.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.29.1.inc
@@ -18,9 +18,10 @@ BINUPV = "${@binutils_branch_version(d)}"
18 18
19UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" 19UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
20 20
21SRCREV = "90276f15379d380761fc499da2ba24cfb3c12a94" 21SRCREV ?= "90276f15379d380761fc499da2ba24cfb3c12a94"
22BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git"
22SRC_URI = "\ 23SRC_URI = "\
23 git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git \ 24 ${BINUTILS_GIT_URI} \
24 file://0003-configure-widen-the-regexp-for-SH-architectures.patch \ 25 file://0003-configure-widen-the-regexp-for-SH-architectures.patch \
25 file://0004-Point-scripts-location-to-libdir.patch \ 26 file://0004-Point-scripts-location-to-libdir.patch \
26 file://0005-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ 27 file://0005-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \