diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2017-07-20 16:55:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:12:28 +0100 |
commit | 3d5f11f0a1fd036e28a1d3f0c3169d8e21cc1358 (patch) | |
tree | 0c89d31f8395544511412f71c40b168078eb8954 /scripts/lib/scriptutils.py | |
parent | f147b2502ae53d63a884a46e994ae18e12ec4ef6 (diff) | |
download | openembedded-core-3d5f11f0a1fd036e28a1d3f0c3169d8e21cc1358.tar.gz openembedded-core-3d5f11f0a1fd036e28a1d3f0c3169d8e21cc1358.tar.bz2 openembedded-core-3d5f11f0a1fd036e28a1d3f0c3169d8e21cc1358.zip |
ffmpeg: fix pkg-config utilization
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, so it also adds:
--disable-libxcb
--disable-libxcb-shm
--disable-libxcb-xfixes
--disable-libxcb-shape
Which were dangling configure options, which started to be enabled after the
pkg-config fix, so they need now to be explicitely disabled. Follow up patch
will enable these options when DISTRO_FEATURES has x11.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions