aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>2014-06-19 10:33:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-24 19:53:01 +0100
commit8f17b78005bca46ce4b54be3f74bfb39571359c6 (patch)
treefe48de9a9adc1b1ce23e260ed669ec98010a8e5d /meta/recipes-core/eglibc/eglibc.inc
parentcc4b0936c7a6a1563dc88d62d8c9020791eaa446 (diff)
downloadopenembedded-core-contrib-8f17b78005bca46ce4b54be3f74bfb39571359c6.tar.gz
eglibc (2.19): fix hardcoded /sbin path
Apply for ldconfig and sln packages. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc13
1 files changed, 8 insertions, 5 deletions
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 3a623bb8c7..68128e9755 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -43,11 +43,14 @@ require eglibc-options.inc
LEAD_SONAME = "libc.so"
-CACHED_CONFIGUREVARS += "ac_cv_path_KSH=${base_bindir}/bash \
- ac_cv_path_BASH_SHELL=${base_bindir}/bash \
- libc_cv_localedir=${localedir} \
- libc_cv_ssp=no \
- "
+CACHED_CONFIGUREVARS += " \
+ ac_cv_path_KSH=${base_bindir}/bash \
+ ac_cv_path_BASH_SHELL=${base_bindir}/bash \
+ libc_cv_slibdir=${base_libdir} \
+ libc_cv_rootsbindir=${base_sbindir} \
+ libc_cv_localedir=${localedir} \
+ libc_cv_ssp=no \
+"
GLIBC_EXTRA_OECONF ?= ""
GLIBC_EXTRA_OECONF_class-nativesdk = ""