diff options
author | Philippe Coval <philippe.coval@huawei.com> | 2021-11-18 17:51:07 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-22 10:15:00 -0800 |
commit | b6738f86f3dd1d5208abdb455d10f9d16e198dd2 (patch) | |
tree | d25af65e68c035a8fdfc13e623c970da0f196b1f | |
parent | 00083a8dc5a608502f6192452c7cd54b86c956d0 (diff) | |
download | meta-openembedded-b6738f86f3dd1d5208abdb455d10f9d16e198dd2.tar.gz |
lvgl: Update to 8.1.0
Forwarded: https://github.com/openembedded/meta-openembedded/pull/489
Origin: https://booting.oniroproject.org/rzr/oniro/-/tree/sandbox/rzr/devel/master
Relate-to: https://github.com/lvgl/lvgl/issues/2534
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb (renamed from meta-oe/recipes-graphics/lvgl/lvgl_8.0.3.bb) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_8.0.3.bb b/meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb index 0e0bd69420..958639b046 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl_8.0.3.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl_8.1.0.bb | |||
@@ -8,9 +8,8 @@ SUMMARY = "Light and Versatile Graphics Library" | |||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" | 9 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" |
10 | 10 | ||
11 | # TODO: Pin upstream release (current is v8.0.3-dev-239-g7b7bed37d) | ||
12 | SRC_URI = "gitsm://github.com/lvgl/lvgl;destsuffix=${S};protocol=https;nobranch=1" | 11 | SRC_URI = "gitsm://github.com/lvgl/lvgl;destsuffix=${S};protocol=https;nobranch=1" |
13 | SRCREV = "7b7bed37d3e937c59ec99fccba58774fbf9f1930" | 12 | SRCREV = "d38eb1e689fa5a64c25e677275172d9c8a4ab2f0" |
14 | 13 | ||
15 | REQUIRED_DISTRO_FEATURES = "wayland" | 14 | REQUIRED_DISTRO_FEATURES = "wayland" |
16 | 15 | ||
@@ -19,8 +18,6 @@ inherit features_check | |||
19 | 18 | ||
20 | S = "${WORKDIR}/${PN}-${PV}" | 19 | S = "${WORKDIR}/${PN}-${PV}" |
21 | 20 | ||
22 | EXTRA_OECMAKE += "-Dinstall:BOOL=ON" | ||
23 | |||
24 | LVGL_CONFIG_LV_MEM_CUSTOM ?= "0" | 21 | LVGL_CONFIG_LV_MEM_CUSTOM ?= "0" |
25 | 22 | ||
26 | # Upstream does not support a default configuration | 23 | # Upstream does not support a default configuration |