On Aug 26, 2013, at 10:32 AM, Khem Raj <raj.k...@gmail.com> wrote:

> 
> On Aug 26, 2013, at 2:51 AM, Riku Voipio <riku.voi...@linaro.org> wrote:
> 
>> Commit e0c2dd275827a4b37b8116d0f0119333638461af broke building
>> eglibc 2.17, which still ships pt_chown under eglibc/ directory.
>> 
>> Fix by only deleting directory when pt_chown is not there.
>> 
>> Cc: Khem Raj <raj.k...@gmail.com>
>> ---
>> meta/recipes-core/eglibc/eglibc-package.inc | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/meta/recipes-core/eglibc/eglibc-package.inc 
>> b/meta/recipes-core/eglibc/eglibc-package.inc
>> index c36d16c..3adf1a9 100644
>> --- a/meta/recipes-core/eglibc/eglibc-package.inc
>> +++ b/meta/recipes-core/eglibc/eglibc-package.inc
>> @@ -75,7 +75,7 @@ do_install_append () {
>>      rm -rf ${D}${localstatedir}
>> 
>>      # remove empty eglibc dir
>> -    if [ -d ${D}${libdir}/eglibc ]; then
>> +    if [ -d ${D}${libdir}/eglibc -a ! -e ${D}${libdir}/eglibc/pt_chown ]; 
>> then
> 
> 
> I think its better to use  --ignore-fail-on-non-empty option to rmdir

oh well just realized that this patch was committed as it is so you can ignore 
this suggestion.

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to