summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-04-24 13:06:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:36 +0200
commit25b67a41b4ccc3a8577b8bd0a54a3533109212d6 (patch)
treed9c6e9293bae264d0fffecd5ea2be1cb5c932104 /buildconf
parent475b1df8f2c3dbef34fd578f6e164582feec06d6 (diff)
local.conf: update PREFERRED_PROVIDER for libc
eglibc has been superseded by glibc. Update the PREFERRED_PROVIDER to use set the preferred provider of glibc.
Diffstat (limited to 'buildconf')
-rw-r--r--buildconf/local.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 6e41621..1ce3966 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -243,4 +243,4 @@ IMAGE_FSTYPES += "tar.bz2"
# BB_GENERATE_MIRROR_TARBALLS = "0"
PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"
-PREFERRED_PROVIDER_eglibc = "eglibc"
+PREFERRED_PROVIDER_glibc = "glibc"