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 <[email protected]> wrote: > On Thu, Aug 11, 2016 at 03:14:39PM -0400, Derek Straka wrote: > > Signed-off-by: Derek Straka <[email protected]> > > --- > > 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 > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > -- > Martin 'JaMa' Jansa jabber: [email protected] > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
