From: Khem Raj Date: Thu, 24 Jan 2013 21:07:29 +0000 (-0800) Subject: tcmode-default.inc: Switch to git version of uclibc by default X-Git-Tag: 2015-4~7869 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=db93f49c676f84d6d5ad54a9f1ed9be7ba6d5364;p=openembedded-core.git 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 --- 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}"