Skip to content

Commit

Permalink
yoe.inc: Add few more preferred versions
Browse files Browse the repository at this point in the history
These are otherwise overridden by BSP layers which we dont want as
distro policy is to use upstream versions

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Mar 18, 2021
1 parent bb008f4 commit 714e258
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 714e258

Please sign in to comment.