diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-11-12 10:48:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-03 09:26:37 +0000 |
commit | 43c16984656bf51e1acfc7d1abd87cf883c7485b (patch) | |
tree | bd40ffced8a2d6e3e2fe0dfc808f72dbeefa3c50 /meta/recipes-devtools | |
parent | a255e82b7ddee852f3fc0a9c557a2d7d5c01feb9 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.29.1.inc | 5 |
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 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" |
20 | 20 | ||
21 | SRCREV = "90276f15379d380761fc499da2ba24cfb3c12a94" | 21 | SRCREV ?= "90276f15379d380761fc499da2ba24cfb3c12a94" |
22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git" | ||
22 | SRC_URI = "\ | 23 | SRC_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 \ |