summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions.sh b/functions.sh
index 42d24e2..bcffa20 100755
--- a/functions.sh
+++ b/functions.sh
@@ -140,9 +140,7 @@ IMAGE_LINGUAS = "en-gb"
GCCVERSION ?= "linaro-${gcc}"
SDKGCCVERSION ?= "linaro-${gcc}"
BINUVERSION ?= "linaro-2.24"
-# meta-linaro only has a recipe for eglibc, not for eglibc-initial and friends.
-# EGLIBCVERSION ?= "linaro-2.19"
-PREFERRED_VERSION_eglibc ?= "linaro-2.19"
+GLIBCVERSION = "linaro-2.19"
# some options needed for Linaro images
PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
@@ -156,6 +154,8 @@ PREFERRED_PROVIDER_virtual/kernel_qemux86 = "linux-yocto"
PREFERRED_PROVIDER_libevent = "libevent-fb"
PREFERRED_VERSION_libmemcached = "1.0.7"
+TCLIBC = "glibc"
+
# Need this for the netperf package.
LICENSE_FLAGS_WHITELIST = "non-commercial"