[oe-commits] Khem Raj : tcmode-default.inc: Switch to git version of uclibc by default

git at git.openembedded.org git at git.openembedded.org
Fri Jan 25 14:39:48 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: db93f49c676f84d6d5ad54a9f1ed9be7ba6d5364
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=db93f49c676f84d6d5ad54a9f1ed9be7ba6d5364

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jan 24 13:07:29 2013 -0800

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 <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/distro/include/tcmode-default.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 8f3ba2b..81f5091 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}"





More information about the Openembedded-commits mailing list