[oe] [PATCH] enca_1.9.bb: remove unused configure test which is bound to fail.

Graham Gower graham.gower at gmail.com
Wed Aug 26 21:51:12 UTC 2009


2009/8/27 Khem Raj <raj.khem at gmail.com>:
>> +do_configure_prepend() {
>> +     # remove failing test which checks for something that isn't even used
>> +     sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' configure.ac
>> +}
>
> you may not require this hunk. see below
>

>> -# enca
>> -yeti_cv_func_scanf_modif_size_t=yes
>> -
>
> set this to 'no'
>

>> -# enca
>> -yeti_cv_func_scanf_modif_size_t=yes
>> -
>
> same here.


The two site files that specify yeti_cv_func_scanf_modif_size_t=yes
probably make things work on those two systems. But every other system
will fail to configure. Hence, a fix which is independent of the
architecture. And with that fix, I figured the arch dependent fixes
should be removed.

-Graham




More information about the Openembedded-devel mailing list