binutils: use binutils 2.25.1 by default
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 10 Mar 2016 22:34:58 +0000 (23:34 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 10 Mar 2016 22:34:58 +0000 (23:34 +0100)
Recent commit 5eb37d6adcfef996f1cd71effec8c2af42c0aed3 broke the build
by default to binutils 2.25 for the target, while we only have hashes
for 2.25.1. Use 2.25.1 instead.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/binutils/binutils.mk

index a40fdb7d5c863b9a84311561bd10129a909d6033..66ee247b9feef82b4a57eb9fd8fa0fc0089e0699 100644 (file)
@@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
 ifeq ($(BR2_arc),y)
 BINUTILS_VERSION = arc-2015.12
 else
-BINUTILS_VERSION = 2.25
+BINUTILS_VERSION = 2.25.1
 endif
 endif # BINUTILS_VERSION