On Thu, 2018-11-22 at 23:38 +0000, Richard Purdie wrote: > On Thu, 2018-11-22 at 16:41 +0100, Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin <[email protected]> > > --- > > meta/recipes-devtools/dnf/{dnf_4.0.4.bb => dnf_4.0.9.bb} | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > rename meta/recipes-devtools/dnf/{dnf_4.0.4.bb => dnf_4.0.9.bb} > > (98%) > > > > diff --git a/meta/recipes-devtools/dnf/dnf_4.0.4.bb b/meta/recipes- > > devtools/dnf/dnf_4.0.9.bb > > similarity index 98% > > rename from meta/recipes-devtools/dnf/dnf_4.0.4.bb > > rename to meta/recipes-devtools/dnf/dnf_4.0.9.bb > > index 931e9eff07f..24412fd4860 100644 > > --- a/meta/recipes-devtools/dnf/dnf_4.0.4.bb > > +++ b/meta/recipes-devtools/dnf/dnf_4.0.9.bb > > @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/rpm-software- > > management/dnf.git \ > > file://0030-Run-python-scripts-using-env.patch \ > > " > > > > -SRCREV = "6fdf0e8cc714c92ee08bd4db9412d4c587ffafe9" > > +SRCREV = "689a4c515738226f3dc85edb2035d23233ff41d8" > > UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" > > > > S = "${WORKDIR}/git" > > Something still isn't quite right somewhere: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/69/builds/5/steps/7/logs/step7b > https://autobuilder.yoctoproject.org/typhoon/#/builders/58/builds/5/steps/7/logs/step2b > (the above wic build has many similar errors)
The problem is missing rpath entries in libmodulemd which is an issue meson is causing. I've sent out a patch to meson to work around this for now. Upstream are already aware there is a problem here. Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
