Thanks, can you send a patch to correct this?

Alex

On Fri, 12 Nov 2021 at 02:35, Khem Raj <[email protected]> wrote:

> On Wed, Oct 27, 2021 at 2:08 AM Alexander Kanavin
> <[email protected]> wrote:
> >
> > meson 0.60 turns unknown options into them hard errors, so instead of
> relying on g-i class
> > (where the options are mandatory) add g-i dependencies explicitly.
> >
>
> This patch is not needed after merging
>
>
> https://lists.openembedded.org/g/openembedded-core/topic/patch/86997027?p=,,,20,0,0,0::recentpostdate/sticky,,,20,2,0,86997027,previd=1636678766912195299,nextid=1636633780004461498&previd=1636678766912195299&nextid=1636633780004461498
>
> all we will need is
>
> GIR_MESON_OPTION = ""
>
> > Signed-off-by: Alexander Kanavin <[email protected]>
> > ---
> >  .../gstreamer/gstreamer1.0-python_1.18.5.bb          | 12 ++++++++++--
> >  1 file changed, 10 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/recipes-multimedia/gstreamer/
> gstreamer1.0-python_1.18.5.bb b/meta/recipes-multimedia/gstreamer/
> gstreamer1.0-python_1.18.5.bb
> > index 74dd15b3eb..a32805d129 100644
> > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb
> > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb
> > @@ -21,6 +21,14 @@ EXTRA_OEMESON += "-Dlibpython-dir=${libdir}"
> >
> >  # gobject-introspection is mandatory and cannot be configured
> >  REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
> > -UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
> >
> > -inherit meson pkgconfig distutils3-base upstream-version-is-even
> gobject-introspection features_check
> > +inherit meson pkgconfig distutils3-base upstream-version-is-even
> features_check
> > +
> > +# Generating introspection data depends on a combination of native and
> target
> > +# introspection tools, and qemu to run the target tools.
> > +DEPENDS:append:class-target = " gobject-introspection
> gobject-introspection-native qemu-native prelink-native"
> > +
> > +# Even though introspection is disabled on -native,
> gobject-introspection package is still
> > +# needed for m4 macros.
> > +DEPENDS:append:class-native = " gobject-introspection-native"
> > +DEPENDS:append:class-nativesdk = " gobject-introspection-native"
> > --
> > 2.20.1
> >
> >
> > 
> >
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#158209): 
https://lists.openembedded.org/g/openembedded-core/message/158209
Mute This Topic: https://lists.openembedded.org/mt/86623409/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to