Message ID | 20250910091646.998-12-wangmy@fujitsu.com |
---|---|
State | New |
Headers | show |
Series | [01/40] acpica: upgrade 20240827 -> 20250807 | expand |
On Wed Sep 10, 2025 at 11:16 AM CEST, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu <wangmy@fujitsu.com> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Hi Wang, Thanks for the package update. I believe this one is responsible for a weston configure error: ERROR: weston-14.0.2-r0 do_configure: meson failed ... | ERROR: Subproject display-info is buildable: NO | Message: Required by DRM-backend. | | ../sources/weston-14.0.2/libweston/backend-drm/meson.build:5:22: ERROR: Automatic wrap-based subproject downloading is disabled | | A full log can be found at /srv/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/x86-64-v3-poky-linux/weston/14.0.2/build/meson-logs/meson-log.txt | ERROR: meson failed | WARNING: exit code 1 from a shell command. https://autobuilder.yoctoproject.org/valkyrie/#/builders/59/builds/2357 (same build as the nghttp2 build error) Can you do something about it? Thanks, Mathieu
diff --git a/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb b/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb similarity index 86% rename from meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb rename to meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb index 812a30495e..380c12b867 100644 --- a/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb +++ b/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb @@ -8,7 +8,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e4426409957080ee0352128354cea2de" DEPENDS = "hwdata-native" -SRC_URI = "git://gitlab.freedesktop.org/emersion/libdisplay-info.git;branch=main;protocol=https" -SRCREV = "66b802d05b374cd8f388dc6ad1e7ae4f08cb3300" +SRC_URI = "git://gitlab.freedesktop.org/emersion/libdisplay-info.git;branch=main;protocol=https;tag=${PV}" +SRCREV = "47a5590e9c4eb35d67651b8c05a55f1a48259329" inherit meson pkgconfig lib_package