[meta-gnome,7/9] tracker-miners: introspection is not valid meson option

Message ID 20211113174606.2044137-7-raj.khem@gmail.com
State New
Headers show
Series [meta-gnome,1/9] tracker: introspection is not valid meson option | expand

Commit Message

Khem Raj Nov. 13, 2021, 5:46 p.m. UTC
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andreas Müller Nov. 14, 2021, 9:11 p.m. UTC | #1
On Sat, Nov 13, 2021 at 6:46 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> meson 0.60+ errors out on unknown options and -Dintrospection
> is not a valid option
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb
> index c2de723ac9..78d4b6203d 100644
> --- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb
> +++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb
> @@ -20,7 +20,7 @@ SRC_URI += "file://0001-meson.build-Just-warn-if-we-build-without-libseccomp.pat
>
>  # gobject-introspection is mandatory and cannot be configured
>  REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
> -UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
> +GIR_MESON_OPTION = ""
Makes sense - thanks for taking care

Andreas
>
>  PACKAGECONFIG ??= " \
>      ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \
> --
> 2.33.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#93936): https://lists.openembedded.org/g/openembedded-devel/message/93936
> Mute This Topic: https://lists.openembedded.org/mt/87032487/3617609
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [schnitzeltony@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb
index c2de723ac9..78d4b6203d 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb
@@ -20,7 +20,7 @@  SRC_URI += "file://0001-meson.build-Just-warn-if-we-build-without-libseccomp.pat
 
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
-UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
+GIR_MESON_OPTION = ""
 
 PACKAGECONFIG ??= " \
     ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \