[Angstrom-devel] Khem Raj : angstrom-2010.x.conf: Fix spurious '-' in uclibc PREFERRED_VERSION

Angstrom Git Repos ang-git at xora.vm.bytemark.co.uk
Fri May 20 09:06:58 CEST 2011


Module: meta-angstrom
Branch: master
Commit: a3fdc8c11f5fe12a75c1d08bfac2a246f2de88bf

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed May 18 19:38:24 2011 -0700

angstrom-2010.x.conf: Fix spurious '-' in uclibc PREFERRED_VERSION

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 conf/distro/angstrom-2010.x.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/distro/angstrom-2010.x.conf b/conf/distro/angstrom-2010.x.conf
index 457a69e..2dfa17c 100644
--- a/conf/distro/angstrom-2010.x.conf
+++ b/conf/distro/angstrom-2010.x.conf
@@ -73,8 +73,8 @@ PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}"
 #Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
 PREFERRED_VERSION_glibc 		?= "2.10.1"
 PREFERRED_VERSION_glibc-initial 	?= "2.10.1"
-PREFERRED_VERSION_uclibc        	?= "0.9.31+0.9.32-rc%"
-PREFERRED_VERSION_uclibc-initial	?= "0.9.31+0.9.32-rc%"
+PREFERRED_VERSION_uclibc        	?= "0.9.31+0.9.32rc%"
+PREFERRED_VERSION_uclibc-initial	?= "0.9.31+0.9.32rc%"
 PREFERRED_VERSION_eglibc		?= "2.12"
 PREFERRED_VERSION_eglibc-initial	?= "2.12"
 




More information about the Angstrom-distro-devel mailing list