From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: mingli.yu@eng.windriver.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [PATCH] virt-viewer: add opengl to REQUIRED_DISTRO_FEATURES
Date: Thu, 22 Dec 2022 10:33:37 -0500 [thread overview]
Message-ID: <20221222153337.GB42362@gmail.com> (raw)
In-Reply-To: <20221220131529.3468877-1-mingli.yu@eng.windriver.com>
merged.
Bruce
In message: [PATCH] virt-viewer: add opengl to REQUIRED_DISTRO_FEATURES
on 20/12/2022 mingli.yu@eng.windriver.com wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Fixes:
> ERROR: Nothing PROVIDES 'spice-gtk' (but /build/layers/meta-virtualization/recipes-extended/virt-viewer/virt-viewer_11.0.bb DEPENDS on or otherwise requires it)
> spice-gtk was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
> ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
> Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'virt-viewer', 'spice-gtk']
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
> recipes-extended/virt-viewer/virt-viewer_11.0.bb | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-extended/virt-viewer/virt-viewer_11.0.bb b/recipes-extended/virt-viewer/virt-viewer_11.0.bb
> index 55ca57aa..5799f48f 100644
> --- a/recipes-extended/virt-viewer/virt-viewer_11.0.bb
> +++ b/recipes-extended/virt-viewer/virt-viewer_11.0.bb
> @@ -16,6 +16,8 @@ SRCREV = "1e99e5e4f409da91638eb79067ec738994c28ef5"
> PV = "11.0+git${SRCPV}"
> S = "${WORKDIR}/git"
>
> +REQUIRED_DISTRO_FEATURES = "opengl"
> +
> PACKAGECONFIG ?= "libvirt spice vte"
>
> PACKAGECONFIG[libvirt] = "-Dlibvirt=enabled,-Dlibvirt=disabled,libvirt libvirt-glib"
> @@ -23,7 +25,7 @@ PACKAGECONFIG[spice] = "-Dspice=enabled,-Dspice=disabled,spice-gtk spice-protoco
> PACKAGECONFIG[vnc] = "-Dvnc=enabled,-Dvnc=disabled,gtk-vnc"
> PACKAGECONFIG[vte] = "-Dvte=enabled,-Dvte=disabled,vte"
>
> -inherit meson pkgconfig gtk-icon-cache mime mime-xdg gobject-introspection
> +inherit meson pkgconfig gtk-icon-cache mime mime-xdg gobject-introspection features_check
>
> FILES:${PN} += "${datadir}"
> GIR_MESON_OPTION = ''
> --
> 2.25.1
>
prev parent reply other threads:[~2022-12-22 15:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-20 13:15 [PATCH] virt-viewer: add opengl to REQUIRED_DISTRO_FEATURES mingli.yu
2022-12-22 15:33 ` Bruce Ashfield [this message]
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=20221222153337.GB42362@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=mingli.yu@eng.windriver.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.