summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/lvgl/lv-drivers_8.3.0.bb (renamed from meta-oe/recipes-graphics/lvgl/lv-drivers_7.11.0.bb)5
-rw-r--r--meta-oe/recipes-graphics/lvgl/lvgl_8.3.7.bb (renamed from meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb)4
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lv-drivers_7.11.0.bb b/meta-oe/recipes-graphics/lvgl/lv-drivers_8.3.0.bb
index cf33c69048..d9cde497c9 100644
--- a/meta-oe/recipes-graphics/lvgl/lv-drivers_7.11.0.bb
+++ b/meta-oe/recipes-graphics/lvgl/lv-drivers_8.3.0.bb
@@ -8,9 +8,8 @@ DESCRIPTION = "Collection of drivers: SDL, framebuffer, wayland and more..."
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2"
10 10
11# TODO: Pin upstream release (current v7.11.0-80-g419a757) 11SRC_URI = "git://github.com/lvgl/lv_drivers;protocol=https;branch=release/v8.3"
12SRC_URI = "git://github.com/lvgl/lv_drivers;protocol=https;nobranch=1" 12SRCREV = "71830257710f430b6d8d1c324f89f2eab52488f1"
13SRCREV = "419a757c23aaa67c676fe3a2196d64808fcf2254"
14 13
15DEPENDS = "libxkbcommon lvgl wayland" 14DEPENDS = "libxkbcommon lvgl wayland"
16 15
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.7.bb
index ea74c59185..a82ab3b749 100644
--- a/meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb
+++ b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.7.bb
@@ -8,8 +8,8 @@ SUMMARY = "Light and Versatile Graphics Library"
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" 9LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a"
10 10
11SRC_URI = "gitsm://github.com/lvgl/lvgl;protocol=https;nobranch=1" 11SRC_URI = "git://github.com/lvgl/lvgl;protocol=https;branch=release/v8.3"
12SRCREV = "d38eb1e689fa5a64c25e677275172d9c8a4ab2f0" 12SRCREV = "2b56e04205481daa6575bd5f7ab5df59d11676eb"
13 13
14REQUIRED_DISTRO_FEATURES = "wayland" 14REQUIRED_DISTRO_FEATURES = "wayland"
15 15