aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.23.2.inc
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-10-10 19:27:22 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-10-10 19:27:22 +0300
commit763857dd1f91ff911ad343e78848837e21aa96c8 (patch)
treee1dabbec7e5c85c21bcfebf3b38764048e360460 /meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.23.2.inc
parent25777672e3b4d429d3548751d360f7ff0f4e1f0c (diff)
binutils: fix build failure on do_patch
Define the build directory (S) for binutils-linaro to fix failures to apply the patches. Define MMYY and RELEASE to be consistent with other TCWG component approach. Change-Id: I22f8a0582a28abdd231516d3eeb2ae4cdd8533ca Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.23.2.inc')
-rw-r--r--meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.23.2.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.23.2.inc b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.23.2.inc
index fda045d6..768801a0 100644
--- a/meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.23.2.inc
+++ b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.23.2.inc
@@ -1,4 +1,6 @@
-PR = "r7"
+MMYY = "13.10"
+RELEASE = "20${MMYY}-4"
+PR = "r${RELEASE}"
LIC_FILES_CHKSUM="\
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
@@ -14,7 +16,7 @@ LIC_FILES_CHKSUM="\
"
SRC_URI = "\
- http://releases.linaro.org/13.10/components/toolchain/binutils-linaro/binutils-linaro-2.23.2-2013.10-4.tar.bz2 \
+ http://releases.linaro.org/${MMYY}/components/toolchain/binutils-linaro/binutils-linaro-${PV}-${RELEASE}.tar.bz2 \
file://binutils-uclibc-100-uclibc-conf.patch \
file://binutils-uclibc-300-001_ld_makefile_patch.patch \
file://binutils-uclibc-300-006_better_file_error.patch \
@@ -49,3 +51,5 @@ BACKPORT = "\
"
SRC_URI[md5sum] = "9f0fe607fa0f11b45080481a1591e812"
SRC_URI[sha256sum] = "18811bb413f693a732e9fd5c0cef68b5f6f45e413dd2ec69e8623774db79aed3"
+
+S = "${WORKDIR}/binutils-linaro-${PV}-${RELEASE}"