From db93f49c676f84d6d5ad54a9f1ed9be7ba6d5364 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 24 Jan 2013 13:07:29 -0800 Subject: tcmode-default.inc: Switch to git version of uclibc by default systemd related functionality is tested in latest git of uclibc therefore lets use it as default provider for uclibc as its the most tested version on master Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 8f3ba2b689..81f50916fa 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -21,7 +21,7 @@ GCCVERSION ?= "4.7%" SDKGCCVERSION ?= "${GCCVERSION}" BINUVERSION ?= "2.23.1" EGLIBCVERSION ?= "2.16" -UCLIBCVERSION ?= "0.9.33" +UCLIBCVERSION ?= "0.9.33+git%" LINUXLIBCVERSION ?= "3.7" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" -- cgit 1.2.3-korg