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

Martin Jansa martin.jansa at gmail.com
Mon Aug 15 10:20:01 UTC 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20160815/4153a19b/attachment-0002.sig>


More information about the Openembedded-devel mailing list