From 0ce53ab2eb60797db70b48087ffbfcc1de85c460 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 24 Apr 2015 13:06:08 +0200 Subject: 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. --- buildconf/local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3