From c74a835e7eb43f59dbba2f546c061f632dfee2de Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 27 May 2015 18:40:41 -0700 Subject: [PATCH] angstrom/distro: Use wildcard to help glibc 2.22 transition in future Signed-off-by: Khem Raj --- conf/distro/angstrom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index 9c5e5c6..330aebd 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -64,7 +64,7 @@ ANGSTROM_GCC_VERSION_aarch64 ?= "linaro-4.9%" ANGSTROM_BINUTILS_VERSION_aarch64 ?= "linaro-%" ANGSTROM_GDB_VERSION_aarch64 ?= "linaro-%" GLIBCVERSION_aarch64 ?= "linaro-2.2%" -PREFERRED_VERSION_cross-localedef-native ?= "2.21" +PREFERRED_VERSION_cross-localedef-native ?= "2.2%" ANGSTROM_QEMU_VERSION ?= "2%"