[OE-core] [PATCH 03/42] libmodulemd: upgrade 2.2.3 -> 2.4.0

Alexander Kanavin alex.kanavin at gmail.com
Tue May 21 16:15:06 UTC 2019


Yes - I just sent a patch for the issue. libmodulemd comes in v2 and
v1 flavours, and there was confusion about which one to link to
(libdnf needs v1, createrepo-c wants v2).

Alex

On Tue, 21 May 2019 at 16:41, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
>
> On Mon, 2019-05-20 at 16:10 +0200, Alexander Kanavin wrote:
> > Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
> > ---
> >  meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
> > b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
> > index 40715c06ee2..d7f486868b8 100644
> > --- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
> > +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
> > @@ -7,14 +7,14 @@ SRC_URI = "git://github.com/fedora-
> > modularity/libmodulemd;protocol=https \
> >             file://0002-modulemd-v1-meson.build-do-not-generate-gir-
> > or-gtkdo.patch \
> >             "
> >
> > -PV = "2.2.3"
> > -SRCREV = "4c75c6f8b39ee57aebe8fd36ef84808e893048c0"
> > +PV = "2.4.0"
> > +SRCREV = "d0a3eda45e083e8fe8b329a2310a53abdbf1e4d6"
> >
> >  S = "${WORKDIR}/git"
> >
> >  inherit meson gobject-introspection
> >
> > -EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true
> > -Dbuild_api_v2=false"
> > +EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true
> > -Dbuild_api_v2=true"
> >
> >  DEPENDS += "glib-2.0 libyaml glib-2.0-native"
>
> I'm wondering if this caused:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/852
>
> ?
>
> I think its something in this series...
>
> Cheers,
>
> Richard
>
>


More information about the Openembedded-core mailing list