On Thu, Jul 20, 2017 at 4:30 PM, Burton, Ross wrote:
>
> On 20 July 2017 at 13:54, Khem Raj wrote:
>>
>> There is a proposal to repace pkgconfig with pkgconf, and I hope it
>> will create a symlink to provide pkg-config
>
>
> Yes, it does.
ok.. sorry, i had missed the pkgconf discussion.. i will
On 20 July 2017 at 13:54, Khem Raj wrote:
> There is a proposal to repace pkgconfig with pkgconf, and I hope it
> will create a symlink to provide pkg-config
>
Yes, it does.
Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembed
On Thu, Jul 20, 2017 at 2:54 PM, Khem Raj wrote:
> On Thu, Jul 20, 2017 at 7:56 AM, Nicolas Dechesne
> wrote:
>> in config.log we can see:
>> WARNING: aarch64-linaro-linux-pkg-config not found, library detection may
>> fail.
>>
>> ffmpeg configure script is not looking for pkg-config at the rigt
On Thu, Jul 20, 2017 at 7:56 AM, Nicolas Dechesne
wrote:
> in config.log we can see:
> WARNING: aarch64-linaro-linux-pkg-config not found, library detection may
> fail.
>
> ffmpeg configure script is not looking for pkg-config at the rigt place since
> it
> is assuming cross compilation. let's f
On 20 July 2017 at 14:37, Nicolas Dechesne
wrote:
> but do we want to make these changes as 1 patch with the pkg-config
> fix, or as a follow up patch? I have other patches to fix sdl -> sdl2
> and add ffplay support.
>
Followup is fine, imho.
Ross
--
__
On Thu, Jul 20, 2017 at 3:03 PM, Burton, Ross wrote:
>
> On 20 July 2017 at 13:58, Nicolas Dechesne
> wrote:
>>
>> and it would make this patch a no-op instead. the patch would only
>> 'fix' the pkg-config mistmatch. and we can fixup the xcb dependencies
>> as a follow up patch instead. i am open
On 20 July 2017 at 13:58, Nicolas Dechesne
wrote:
> and it would make this patch a no-op instead. the patch would only
> 'fix' the pkg-config mistmatch. and we can fixup the xcb dependencies
> as a follow up patch instead. i am opened to suggestions..
>
Enabling those is good, although there sho
On Thu, Jul 20, 2017 at 1:56 PM, Nicolas Dechesne
wrote:
>
> in config.log we can see:
> WARNING: aarch64-linaro-linux-pkg-config not found, library detection may
> fail.
>
> ffmpeg configure script is not looking for pkg-config at the rigt place since
> it
> is assuming cross compilation. let's
in config.log we can see:
WARNING: aarch64-linaro-linux-pkg-config not found, library detection may fail.
ffmpeg configure script is not looking for pkg-config at the rigt place since it
is assuming cross compilation. let's force its value in the recipe.
This patches 'fixes' library detection and