mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
utouch-frame: fix build errors associated with xmllint
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
469a6ca5b8
commit
0fcdae1683
@@ -0,0 +1,16 @@
|
|||||||
|
configure.ac: never generate the docs even if a2x is found as xmllint will fail finding custom dtd files
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [embedded specific]
|
||||||
|
|
||||||
|
Signed-off-by: Derek Straka <derek@asterius.io>
|
||||||
|
--- git/configure.ac.orig 2016-08-15 09:53:46.787003658 -0400
|
||||||
|
+++ git/configure.ac 2016-08-15 09:53:51.698972432 -0400
|
||||||
|
@@ -37,7 +37,7 @@
|
||||||
|
])
|
||||||
|
|
||||||
|
AC_CHECK_PROG([ASCIIDOC], [a2x], [a2x])
|
||||||
|
-AM_CONDITIONAL([HAVE_DOCTOOLS], [test "x$ASCIIDOC" != "x"])
|
||||||
|
+AM_CONDITIONAL([HAVE_DOCTOOLS], [false])
|
||||||
|
AS_IF([test "x$ASCIIDOC" = "x"],
|
||||||
|
[AC_MSG_WARN([asciidoc not installed, man pages will not be created])])
|
||||||
|
|
||||||
@@ -9,12 +9,10 @@ DEPENDS += "mtdev utouch-evemu"
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
SRC_URI = "git://bitmath.org/git/frame.git;protocol=http"
|
SRC_URI = "git://bitmath.org/git/frame.git;protocol=http \
|
||||||
|
file://remove-man-page-creation.patch"
|
||||||
SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
|
SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
|
||||||
|
|
||||||
PV = "1.1.2+git${SRCPV}"
|
PV = "1.1.2+git${SRCPV}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/"
|
S = "${WORKDIR}/git/"
|
||||||
|
|
||||||
# http://errors.yoctoproject.org/Errors/Details/74486/
|
|
||||||
PNBLACKLIST[utouch-frame] ?= "BROKEN: Fails to execute xmllint"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user