dey.conf: use the latest available versions of WebKit recipes

Otherwise, Yocto will use the recipes in meta-webkit, which are slightly older.

https://onedigi.atlassian.net/browse/DEL-7578

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2021-06-23 12:34:43 +02:00
parent 2c7f14ba98
commit 2a72f64c40
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ PREFERRED_VERSION_libsoc = "git"
# recipe in case there are NXP-specific changes in it
PREFERRED_PROVIDER_opencl-headers ?= "imx-gpu-viv"
# Use the latest versions of the WebKit recipes
PREFERRED_VERSION_cog = "0.9.90"
PREFERRED_VERSION_libwpe = "1.10.0"
PREFERRED_VERSION_wpebackend-fdo = "1.9.92"
PREFERRED_VERSION_wpewebkit = "2.32.1"
# Use the FDO backend for WPE WebKit
PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo"