From cef0d82ebeed9469aa1c566b70f8284db8435b41 Mon Sep 17 00:00:00 2001 From: Matthieu Crapet Date: Thu, 19 Jun 2014 10:33:59 +0200 Subject: eglibc (2.19): fix hardcoded /sbin path Apply for ldconfig and sln packages. (From OE-Core rev: 8f17b78005bca46ce4b54be3f74bfb39571359c6) Signed-off-by: Matthieu Crapet Signed-off-by: Richard Purdie --- meta/recipes-core/eglibc/eglibc_2.19.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-core/eglibc/eglibc_2.19.bb') diff --git a/meta/recipes-core/eglibc/eglibc_2.19.bb b/meta/recipes-core/eglibc/eglibc_2.19.bb index 10b4bb1a7f..2d354cbec5 100644 --- a/meta/recipes-core/eglibc/eglibc_2.19.bb +++ b/meta/recipes-core/eglibc/eglibc_2.19.bb @@ -26,6 +26,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr25 file://fix-tibetian-locales.patch \ file://ppce6500-32b_slow_ieee754_sqrt.patch \ file://grok_gold.patch \ + file://fix_am_rootsbindir.patch;striplevel=2 \ " SRC_URI[md5sum] = "197836c2ba42fb146e971222647198dd" SRC_URI[sha256sum] = "baaa030531fc308f7820c46acdf8e1b2f8e3c1f40bcd28b6e440d1c95d170d4c" @@ -66,8 +67,6 @@ python __anonymous () { d.getVar('TARGET_OS', True)) } -export libc_cv_slibdir = "${base_libdir}" - EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ --without-cvs --disable-profile \ --disable-debug --without-gd \ -- cgit v1.2.3-54-g00ecf