All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] utouch-frame: fix build errors associated with xmllint
@ 2016-08-11 19:14 Derek Straka
  2016-08-15 10:20 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Derek Straka @ 2016-08-11 19:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@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'"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] utouch-frame: fix build errors associated with xmllint
  2016-08-11 19:14 [meta-oe][PATCH] utouch-frame: fix build errors associated with xmllint Derek Straka
@ 2016-08-15 10:20 ` Martin Jansa
  2016-08-15 14:05   ` Derek Straka
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2016-08-15 10:20 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1333 bytes --]

On Thu, Aug 11, 2016 at 03:14:39PM -0400, Derek Straka wrote:
> Signed-off-by: Derek Straka <derek@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] utouch-frame: fix build errors associated with xmllint
  2016-08-15 10:20 ` Martin Jansa
@ 2016-08-15 14:05   ` Derek Straka
  0 siblings, 0 replies; 3+ messages in thread
From: Derek Straka @ 2016-08-15 14:05 UTC (permalink / raw)
  To: openembeded-devel

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@gmail.com>
wrote:

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-15 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-11 19:14 [meta-oe][PATCH] utouch-frame: fix build errors associated with xmllint Derek Straka
2016-08-15 10:20 ` Martin Jansa
2016-08-15 14:05   ` Derek Straka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.