From 714e258094572bb27a1d3a21d47f7e7b8d92fd9f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Mar 2021 23:02:15 -0700 Subject: [PATCH] yoe.inc: Add few more preferred versions These are otherwise overridden by BSP layers which we dont want as distro policy is to use upstream versions Signed-off-by: Khem Raj --- sources/meta-yoe/conf/distro/yoe.inc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index ba0440579..2b75d02db 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -133,9 +133,20 @@ PACKAGECONFIG_remove_pn-wpewebkit = "qtwpe" # Pin versions, some BSP layers are housing older versions and have higher BBFILE_PRIORITY # as a result DEFAULT_PREFERENCE = "-1" does not help either so pin it here +# meta-atmel has 3.0.8 PREFERRED_VERSION_swig = "3.0.12" PREFERRED_VERSION_swig-native = "3.0.12" -PREFERRED_VERSION_swig-nativesdk = "3.0.12" +PREFERRED_VERSION_nativesdk-swig = "3.0.12" +# meta-atmel has 1.7.4 +PREFERRED_VERSION_cjson = "1.7.14" +# meta-ti has 1.8.9.1 +PREFERRED_VERSION_doxygen = "1.8.20" +PREFERRED_VERSION_doxygen-native = "1.8.20" +PREFERRED_VERSION_nativesdk-doxygen = "1.8.20" +# meta-freescale has 1.16.x +PREFERRED_VERSION_gstreamer1.0-libav = "1.18.%" +PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.18.%" +PREFERRED_VERSION_gstreamer1.0-rtsp-server = "1.18.%" # the following is required because some BSP layers (fsl) don't set this, and then # other BSP layers fail bitbake parsing (ti).