[oe] [meta-oe][PATCH] utouch-frame: fix build errors associated with xmllint

Derek Straka derek at asterius.io
Mon Aug 15 14:05:03 UTC 2016


Yeah.  I'm going to just patch out the man page creation all together
instead of trying to be fancy about it.  I'll send out a v2 once I test it
on qemuarm.

On Mon, Aug 15, 2016 at 6:20 AM, Martin Jansa <martin.jansa at gmail.com>
wrote:

> On Thu, Aug 11, 2016 at 03:14:39PM -0400, Derek Straka wrote:
> > Signed-off-by: Derek Straka <derek at asterius.io>
> > ---
> >  meta-oe/recipes-support/utouch/utouch-frame_git.bb | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb
> b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
> > index 8fc8733..9bd18fc 100644
> > --- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb
> > +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
> > @@ -16,5 +16,6 @@ PV = "1.1.2+git${SRCPV}"
> >
> >  S = "${WORKDIR}/git/"
> >
> > -# http://errors.yoctoproject.org/Errors/Details/74486/
> > -PNBLACKLIST[utouch-frame] ?= "BROKEN: Fails to execute xmllint"
> > +# Fix non-deterministic issue with a2x being found in the environment
> (asciidoc-native)
> > +# and failing to complete xmllint due to missing dtd files
> > +EXTRA_OECONF = "ASCIIDOC='/bin/false'"
>
> This isn't enough to fix it, maybe /bin/true would work, see:
> http://errors.yoctoproject.org/Errors/Details/75464/
>
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>



More information about the Openembedded-devel mailing list