it perhaps is the reason for most of failures seen here https://errors.yoctoproject.org/Errors/Build/97736/
perhaps we need to explicitly inherit gettext in these recipes ? On Tue, Jan 28, 2020 at 7:17 AM Richard Purdie <richard.pur...@linuxfoundation.org> wrote: > > Now we have recipe specific sysroots we don't need this native path > prefix. It was breaking the crosssdk/cross-canadian cases and causing > bugs, removing it is the simplest solution. > > Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> > --- > meta/classes/texinfo.bbclass | 4 +--- > .../texinfo-dummy-native/texinfo-dummy-native.bb | 2 -- > 2 files changed, 1 insertion(+), 5 deletions(-) > > diff --git a/meta/classes/texinfo.bbclass b/meta/classes/texinfo.bbclass > index 6b0def0eac4..72091c733e5 100644 > --- a/meta/classes/texinfo.bbclass > +++ b/meta/classes/texinfo.bbclass > @@ -10,9 +10,7 @@ TEXDEP = "texinfo-native" > TEXDEP_class-native = "texinfo-dummy-native" > TEXDEP_class-cross = "texinfo-dummy-native" > DEPENDS_append = " ${TEXDEP}" > -PATH_prepend_class-native = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:" > -PATH_prepend_class-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:" > > # libtool-cross doesn't inherit cross > TEXDEP_pn-libtool-cross = "texinfo-dummy-native" > -PATH_prepend_pn-libtool-cross = > "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:" > + > diff --git > a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb > b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb > index 1254bc89b48..3e6dfb0f1b9 100644 > --- a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb > +++ b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb > @@ -9,8 +9,6 @@ SRC_URI = "file://template.py file://COPYING" > > S = "${WORKDIR}" > > -NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" > - > inherit native > > do_install_name() { > -- > 2.20.1 > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core