summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
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
commit0ce53ab2eb60797db70b48087ffbfcc1de85c460 (patch)
tree95f2e611749209cf1009a196568be47a1456ec87 /buildconf/local.conf
parenta11aa69690ce20cd3226bfc552f0038994cdab7f (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/local.conf')
-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"