From 763857dd1f91ff911ad343e78848837e21aa96c8 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 10 Oct 2013 19:27:22 +0300 Subject: 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 --- .../recipes-devtools/binutils/binutils-2.23.2.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meta-linaro-toolchain') 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 fda045d..768801a 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}" -- cgit v1.2.3