mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
lvgl: Upgrade lvgl to 8.3.7 and lv-driver to 8.3.0
Both the LVGL and lv-drivers are now available in 8.3.y release, upgrade both to latest 8.3.y release version in lock step. Also, lvgl contains no submodules, drop the gitsm fetcher use. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-3
@@ -8,9 +8,8 @@ DESCRIPTION = "Collection of drivers: SDL, framebuffer, wayland and more..."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2"
|
||||
|
||||
# TODO: Pin upstream release (current v7.11.0-80-g419a757)
|
||||
SRC_URI = "git://github.com/lvgl/lv_drivers;protocol=https;nobranch=1"
|
||||
SRCREV = "419a757c23aaa67c676fe3a2196d64808fcf2254"
|
||||
SRC_URI = "git://github.com/lvgl/lv_drivers;protocol=https;branch=release/v8.3"
|
||||
SRCREV = "71830257710f430b6d8d1c324f89f2eab52488f1"
|
||||
|
||||
DEPENDS = "libxkbcommon lvgl wayland"
|
||||
|
||||
+2
-2
@@ -8,8 +8,8 @@ SUMMARY = "Light and Versatile Graphics Library"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a"
|
||||
|
||||
SRC_URI = "gitsm://github.com/lvgl/lvgl;protocol=https;nobranch=1"
|
||||
SRCREV = "d38eb1e689fa5a64c25e677275172d9c8a4ab2f0"
|
||||
SRC_URI = "git://github.com/lvgl/lvgl;protocol=https;branch=release/v8.3"
|
||||
SRCREV = "2b56e04205481daa6575bd5f7ab5df59d11676eb"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
Reference in New Issue
Block a user