[OE-core] [PATCH 02/10] eglibc-package.inc: don't include debug files in -pic

Chris Larson clarson at kergoth.com
Thu Feb 2 18:26:31 UTC 2012


On Sat, Jan 28, 2012 at 1:21 PM, Khem Raj <raj.khem at gmail.com> wrote:
> On (27/01/12 11:13), Christopher Larson wrote:
>> From: Christopher Larson <chris_larson at mentor.com>
>>
>> Signed-off-by: Christopher Larson <chris_larson at mentor.com>
>> ---
>>  meta/recipes-core/eglibc/eglibc-package.inc |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc
>> index e5a9b9d..870b95d 100644
>> --- a/meta/recipes-core/eglibc/eglibc-package.inc
>> +++ b/meta/recipes-core/eglibc/eglibc-package.inc
>> @@ -42,7 +42,7 @@ FILES_libcidn${PKGSUFFIX} = "${base_libdir}/libcidn-*.so ${base_libdir}/libcidn.
>>  FILES_libmemusage${PKGSUFFIX} = "${base_libdir}/libmemusage.so"
>>  FILES_eglibc-extra-nss${PKGSUFFIX} = "${base_libdir}/libnss_*-*.so ${base_libdir}/libnss_*.so.*"
>>  FILES_sln${PKGSUFFIX} = "/sbin/sln"
>> -FILES_${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/"
>> +FILES_${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/*.o"
>
> are there just .o in there which are left ? not *.os ?

I don't see any .os in libc_pic in either the packages from the eglibc
recipe from oe-core or the external csl toolchain.
-- 
Christopher Larson




More information about the Openembedded-core mailing list