diff options
author | Zongchun Yu <Zongchun.Yu@freescale.com> | 2015-07-23 05:23:19 +0200 |
---|---|---|
committer | Koen Kooi <koen.kooi@linaro.org> | 2015-07-23 07:46:26 +0200 |
commit | 16b0b44729c23e9f474f2a47f5fdeec9558f60b6 (patch) | |
tree | 7d2ac3a7e9d19fda473512ddb7b7b7d64e172147 /meta-linaro-toolchain/recipes-devtools | |
parent | 482814bf1b698d2229ebab99cd5db3f9ef610488 (diff) | |
download | meta-linaro-16b0b44729c23e9f474f2a47f5fdeec9558f60b6.tar.gz |
binutils: remove '-2' from PR
Fix following Error:
| DEBUG: Executing shell function BUILDSPEC
| error: line 4: invalid tag value("^[A-Za-z0-9+._]+$") Release:
Release: r2015.01-2
| error: Package has no %description: binutils-linaro+2.25.aarch64
| Building target platforms: aarch64-fsl-linux
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Change-Id: Idd7077eec8cd35023ffefa2f29ba06d1365c6a3d
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools')
-rw-r--r-- | meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.25.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.25.inc b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.25.inc index 912d59a3..96452e2a 100644 --- a/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.25.inc +++ b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.25.inc @@ -1,7 +1,7 @@ BPV = "2.25.0" MMYY = "15.01" RELEASE = "20${MMYY}-2" -PR = "r${RELEASE}" +PR = "r20${MMYY}" LIC_FILES_CHKSUM="\ file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ |