On Mon, Sep 12, 2022 at 11:43 AM Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > > On Sun, 2022-09-11 at 23:21 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Fri, 2022-09-09 at 23:54 +0100, Richard Purdie via > > lists.openembedded.org wrote: > > > On Fri, 2022-09-09 at 17:36 +0100, Ross Burton wrote: > > > > The KDE build uses custom catalogs by setting XML_CATALOG_FILES, so this > > > > wrapper should not override that value if it has already been set. > > > > > > > > Signed-off-by: Ross Burton <ross.bur...@arm.com> > > > > --- > > > > meta/recipes-core/libxml/libxml2_2.9.14.bb | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git a/meta/recipes-core/libxml/libxml2_2.9.14.bb > > > > b/meta/recipes-core/libxml/libxml2_2.9.14.bb > > > > index 2b2289e38a6..165c92d4114 100644 > > > > --- a/meta/recipes-core/libxml/libxml2_2.9.14.bb > > > > +++ b/meta/recipes-core/libxml/libxml2_2.9.14.bb > > > > @@ -121,7 +121,7 @@ do_install:append:class-native () { > > > > # Docs are not needed in the native case > > > > rm ${D}${datadir}/gtk-doc -rf > > > > > > > > - create_wrapper ${D}${bindir}/xmllint > > > > XML_CATALOG_FILES=${sysconfdir}/xml/catalog > > > > + create_wrapper ${D}${bindir}/xmllint > > > > 'XML_CATALOG_FILES=${XML_CATALOG_FILES:-${sysconfdir}/xml/catalog}' > > > > } > > > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/69/builds/5823/steps/24/logs/stdio > > > > > > Dependency on variable > > XML_CATALOG_FILES:-/media/build1/poky/build-st-282284/tmp-sstatesamehash/work/x86_64-linux/libxml2-native/2.9.14-r0/recipe-sysroot-native/etc/xml/catalog > > was added > > Dependency on Variable > > XML_CATALOG_FILES:-/media/build1/poky/build-st-282284/tmp-sstatesamehash2/work/x86_64-linux/libxml2-native/2.9.14-r0/recipe-sysroot-native/etc/xml/catalog > > was removed > > > > i.e. it is expanding the variable in the keyname! > > I tweaked the patch to exclude this variable for now. We probably need > to think a bit more about what bitbake is considering a variable name > though...
Thanks for addressing. Will remove my workaround in meta-qt5-extra and hope not to come back :) Andreas
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#170547): https://lists.openembedded.org/g/openembedded-core/message/170547 Mute This Topic: https://lists.openembedded.org/mt/93577134/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-