[Angstrom-devel] Khem Raj : angstrom-2010.x: Prefer uclibc 0.9.32 release

Angstrom Git Repos ang-git at xora.vm.bytemark.co.uk
Sun Jul 10 14:47:41 CEST 2011


Module: meta-angstrom
Branch: master
Commit: 6c06c1d9aa8673f7f92ebe8035ae118bf7e0f2ab

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Jul  9 07:28:37 2011 -0700

angstrom-2010.x: Prefer uclibc 0.9.32 release

angstrom-bleeding prefers the git 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   |    6 +++---
 conf/distro/angstrom-bleeding.conf |    6 ++++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/conf/distro/angstrom-2010.x.conf b/conf/distro/angstrom-2010.x.conf
index 49c6046..e47561a 100644
--- a/conf/distro/angstrom-2010.x.conf
+++ b/conf/distro/angstrom-2010.x.conf
@@ -75,9 +75,9 @@ PREFERRED_VERSION_linux-libc-headers-nativesdk = "${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.32rc%"
-PREFERRED_VERSION_uclibc-initial	?= "0.9.31+0.9.32rc%"
-PREFERRED_VERSION_eglibc			?= "2.12"
+PREFERRED_VERSION_uclibc        	?= "0.9.32"
+PREFERRED_VERSION_uclibc-initial	?= "0.9.32"
+PREFERRED_VERSION_eglibc		?= "2.12"
 PREFERRED_VERSION_eglibc-initial	?= "2.12"
 PREFERRED_VERSION_eglibc-locale		?= "2.12"
 
diff --git a/conf/distro/angstrom-bleeding.conf b/conf/distro/angstrom-bleeding.conf
index 77a0508..a704462 100644
--- a/conf/distro/angstrom-bleeding.conf
+++ b/conf/distro/angstrom-bleeding.conf
@@ -7,6 +7,10 @@ ANGSTROM_BINUTILS_VERSION                        ?= "2.21"
 PREFERRED_VERSION_eglibc                         ?= "2.13"
 PREFERRED_VERSION_eglibc-initial                 ?= "2.13"
 
+PREFERRED_VERSION_uclibc			?= "0.9.32+0.9.33%"
+PREFERRED_VERSION_uclibc-initial		?= "0.9.32+0.9.33%"
+
+
 require angstrom-2010.x.conf
 
 DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}-bleeding-core"
@@ -15,5 +19,3 @@ DISTRO_PR = ".10"
 
 # set feed path variables
 FEED_BASEPATH = "feeds/bleeding-core/${ANGSTROM_PKG_FORMAT}/${TCLIBC}/"
-
-




More information about the Angstrom-distro-devel mailing list