All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] gnome-settings-daemon: Add introspection to UNKNOWN_CONFIGURE_WHITELIST
@ 2020-08-07  8:26 Khem Raj
  2020-08-07 10:09 ` [oe] " Andreas Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2020-08-07  8:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

gobject-introspection is needed unconditionally therefore add "introspection"
to unknown configure option whitelist

Fixes
ERROR: QA Issue: gnome-settings-daemon: configure was passed unrecognised options: introspection [unknown-configure-option]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
index 730ea9ed05..b38ba558c5 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
@@ -30,6 +30,8 @@ REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-
 SRC_URI[archive.md5sum] = "102dc488a6a726e4050cf5ab7e967e8d"
 SRC_URI[archive.sha256sum] = "3e33dbd319b562a5ab602dcab6de3ca81b85f8346672e90ec632b36bbf15ee4b"
 
+UNKNOWN_CONFIGURE_WHITELIST = "introspection"
+
 # allow cross build mixed with build of native tools
 do_write_config_append() {
     cat >${WORKDIR}/meson.native <<EOF
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-gnome][PATCH] gnome-settings-daemon: Add introspection to UNKNOWN_CONFIGURE_WHITELIST
  2020-08-07  8:26 [meta-gnome][PATCH] gnome-settings-daemon: Add introspection to UNKNOWN_CONFIGURE_WHITELIST Khem Raj
@ 2020-08-07 10:09 ` Andreas Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Müller @ 2020-08-07 10:09 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Fri, Aug 7, 2020 at 10:26 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> gobject-introspection is needed unconditionally therefore add "introspection"
> to unknown configure option whitelist
>
> Fixes
> ERROR: QA Issue: gnome-settings-daemon: configure was passed unrecognised options: introspection [unknown-configure-option]
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb       | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
> index 730ea9ed05..b38ba558c5 100644
> --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
> +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
> @@ -30,6 +30,8 @@ REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-
>  SRC_URI[archive.md5sum] = "102dc488a6a726e4050cf5ab7e967e8d"
>  SRC_URI[archive.sha256sum] = "3e33dbd319b562a5ab602dcab6de3ca81b85f8346672e90ec632b36bbf15ee4b"
>
> +UNKNOWN_CONFIGURE_WHITELIST = "introspection"
LOL - was just removed and I was wondering but did not find the time
to write... However - have a nice weekend

Andreas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-07 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  8:26 [meta-gnome][PATCH] gnome-settings-daemon: Add introspection to UNKNOWN_CONFIGURE_WHITELIST Khem Raj
2020-08-07 10:09 ` [oe] " Andreas Müller

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.