Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <wangmy@fujitsu.com>, <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 2/8] libdisplay-info: upgrade 0.3.0 -> 0.4.0
Date: Tue, 04 Aug 2026 16:04:20 +0200	[thread overview]
Message-ID: <DKG7SIJCKHS2.32EJGR9IZRUOP@bootlin.com> (raw)
In-Reply-To: <20260804040509.1454-2-wangmy@fujitsu.com>

On Tue Aug 4, 2026 at 6:05 AM CEST, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{libdisplay-info_0.3.0.bb => libdisplay-info_0.4.0.bb}      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-support/libdisplay-info/{libdisplay-info_0.3.0.bb => libdisplay-info_0.4.0.bb} (92%)
>
> diff --git a/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb b/meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb
> similarity index 92%
> rename from meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb
> rename to meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb
> index 380c12b867..d993bf1061 100644
> --- a/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb
> +++ b/meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb
> @@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e4426409957080ee0352128354cea2de"
>  DEPENDS = "hwdata-native"
>  
>  SRC_URI = "git://gitlab.freedesktop.org/emersion/libdisplay-info.git;branch=main;protocol=https;tag=${PV}"
> -SRCREV = "47a5590e9c4eb35d67651b8c05a55f1a48259329"
> +SRCREV = "c67a3e9bedb05ab61c7443704a1a107e76254595"
>  
>  inherit meson pkgconfig lib_package

Hi Wang,

Thanks for your patch.

It looks like this is breaking the weston build:

ERROR: weston-15.0.1-r0 do_configure: Execution of '/srv/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/x86-64-v3-poky-linux-musl/weston/15.0.1/temp/run.do_configure.1796706' failed with exit code 1
...
| Dependency libdisplay-info for host machine found: NO. Found 0.4.0 but need: '< 0.4.0' ; matched: '>= 0.2.0'
| Run-time dependency libdisplay-info found: NO  (tried pkg-config and cmake)
| Looking for a fallback subproject for the dependency libdisplay-info
| ERROR: Subproject display-info is buildable: NO
|
| ../sources/weston-15.0.1/meson.build:179:22: ERROR: Automatic wrap-based subproject downloading is disabled
|
| A full log can be found at /srv/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/x86-64-v3-poky-linux-musl/weston/15.0.1/build/meson-logs/meson-log.txt
|
| Last 10 lines of meson-log.txt:
| -ldisplay-info
| -----------
| Dependency libdisplay-info for host machine found: NO. Found 0.4.0 but need: '< 0.4.0' ; matched: '>= 0.2.0'
| CMake binary for host machine is cached as not found
| CMake binary for machine host machine not found. Giving up.
| Run-time dependency libdisplay-info found: NO  (tried pkg-config and cmake)
| Looking for a fallback subproject for the dependency libdisplay-info
| ERROR: Subproject display-info is buildable: NO
|
| ../sources/weston-15.0.1/meson.build:179:22: ERROR: Automatic wrap-based subproject downloading is disabled
|
| ERROR: meson setup failed
| WARNING: exit code 1 from a shell command.

https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/4365
https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/4329
https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/4329
https://autobuilder.yoctoproject.org/valkyrie/#/builders/59/builds/4336

Can you have a look at the issue?

Thanks,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



  reply	other threads:[~2026-08-04 14:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-04  4:05 [OE-core] [PATCH 1/8] gn: upgrade to latest revision Wang Mingyu
2026-08-04  4:05 ` [OE-core] [PATCH 2/8] libdisplay-info: upgrade 0.3.0 -> 0.4.0 Wang Mingyu
2026-08-04 14:04   ` Mathieu Dubois-Briand [this message]
2026-08-05  5:49     ` Mingyu Wang (Fujitsu)
2026-08-04  4:05 ` [OE-core] [PATCH 3/8] libgit2: upgrade 1.9.4 -> 1.9.6 Wang Mingyu
2026-08-04  4:05 ` [OE-core] [PATCH 4/8] python3-pip: upgrade 26.1.2 -> 26.2 Wang Mingyu
2026-08-04  4:05 ` [OE-core] [PATCH 5/8] python3-pyproject-metadata: upgrade 0.11.0 -> 0.12.1 Wang Mingyu
2026-08-04  4:05 ` [OE-core] [PATCH 6/8] python3-websockets: upgrade 16.1.1 -> 17.0.1 Wang Mingyu
2026-08-04  4:05 ` [OE-core] [PATCH 7/8] taglib: upgrade 2.3 -> 2.3.1 Wang Mingyu
2026-08-04  4:05 ` [OE-core] [PATCH 8/8] xwininfo,xvinfo,xmodmap: upgrade 1.1.6 -> 1.1.7,1.1.5 -> 1.1.6,1.0.11 -> 1.0.12xwininfo,xvinfo,xmodmap: upgrade 1.1.6 -> 1.1.7,1.1.5 -> 1.1.6,1.0.11 -> 1.0.12 Wang Mingyu
2026-08-04  4:22   ` Patchtest results for " patchtest

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DKG7SIJCKHS2.32EJGR9IZRUOP@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=wangmy@fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox