diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-20 16:06:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:52 -0700 |
| commit | fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch) | |
| tree | 4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-oe/recipes-graphics/lvgl | |
| parent | 188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff) | |
| download | meta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz | |
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.
I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/lvgl')
| -rw-r--r-- | meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb | 3 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb index 1228748701..ede5c16f3f 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=802d3d83ae80ef5f343050bf96cce3a4 \ | |||
| 6 | 6 | ||
| 7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 8 | git://github.com/lvgl/lv_port_linux_frame_buffer.git;protocol=https;branch=release/v9.2;name=demo \ | 8 | git://github.com/lvgl/lv_port_linux_frame_buffer.git;protocol=https;branch=release/v9.2;name=demo \ |
| 9 | git://github.com/lvgl/lvgl;protocol=https;branch=release/v9.2;name=lvgl;subdir=git/lvgl \ | 9 | git://github.com/lvgl/lvgl;protocol=https;branch=release/v9.2;name=lvgl;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/lvgl \ |
| 10 | file://0001-thorvg-fix-build-with-gcc-15.patch;patchdir=lvgl \ | 10 | file://0001-thorvg-fix-build-with-gcc-15.patch;patchdir=lvgl \ |
| 11 | " | 11 | " |
| 12 | SRCREV_demo = "c924e24c7aa55317521bcd9dd75ce9337508f5a5" | 12 | SRCREV_demo = "c924e24c7aa55317521bcd9dd75ce9337508f5a5" |
| @@ -24,7 +24,6 @@ require lv-conf.inc | |||
| 24 | 24 | ||
| 25 | inherit cmake | 25 | inherit cmake |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | 27 | ||
| 29 | do_configure:prepend() { | 28 | do_configure:prepend() { |
| 30 | if [ "${LVGL_CONFIG_USE_SDL}" -eq 1 ] ; then | 29 | if [ "${LVGL_CONFIG_USE_SDL}" -eq 1 ] ; then |
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb b/meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb index 935e84ad23..28306a1101 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb | |||
| @@ -17,7 +17,6 @@ SRCREV = "7f07a129e8d77f4984fff8e623fd5be18ff42e74" | |||
| 17 | inherit cmake | 17 | inherit cmake |
| 18 | 18 | ||
| 19 | EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib} -DBUILD_SHARED_LIBS=ON" | 19 | EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib} -DBUILD_SHARED_LIBS=ON" |
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | require lv-conf.inc | 21 | require lv-conf.inc |
| 23 | 22 | ||
