diff options
| author | Derek Straka <derek@asterius.io> | 2016-08-15 10:09:24 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:24 +0200 |
| commit | 0fcdae1683771356a488a1b3fdd8fc27c13009c0 (patch) | |
| tree | 92a0d3512134d21130385c604d175c354d69cbad | |
| parent | 469a6ca5b82bbb9488bed9177a9674537ab15171 (diff) | |
| download | meta-openembedded-0fcdae1683771356a488a1b3fdd8fc27c13009c0.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/utouch/files/remove-man-page-creation.patch | 16 | ||||
| -rw-r--r-- | meta-oe/recipes-support/utouch/utouch-frame_git.bb | 6 |
2 files changed, 18 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/utouch/files/remove-man-page-creation.patch b/meta-oe/recipes-support/utouch/files/remove-man-page-creation.patch new file mode 100644 index 0000000000..8706d91234 --- /dev/null +++ b/meta-oe/recipes-support/utouch/files/remove-man-page-creation.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | configure.ac: never generate the docs even if a2x is found as xmllint will fail finding custom dtd files | ||
| 2 | |||
| 3 | Upstream-Status: Inappropriate [embedded specific] | ||
| 4 | |||
| 5 | Signed-off-by: Derek Straka <derek@asterius.io> | ||
| 6 | --- git/configure.ac.orig 2016-08-15 09:53:46.787003658 -0400 | ||
| 7 | +++ git/configure.ac 2016-08-15 09:53:51.698972432 -0400 | ||
| 8 | @@ -37,7 +37,7 @@ | ||
| 9 | ]) | ||
| 10 | |||
| 11 | AC_CHECK_PROG([ASCIIDOC], [a2x], [a2x]) | ||
| 12 | -AM_CONDITIONAL([HAVE_DOCTOOLS], [test "x$ASCIIDOC" != "x"]) | ||
| 13 | +AM_CONDITIONAL([HAVE_DOCTOOLS], [false]) | ||
| 14 | AS_IF([test "x$ASCIIDOC" = "x"], | ||
| 15 | [AC_MSG_WARN([asciidoc not installed, man pages will not be created])]) | ||
| 16 | |||
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb index 8fc873371c..6ec566ddb2 100644 --- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb | |||
| @@ -9,12 +9,10 @@ DEPENDS += "mtdev utouch-evemu" | |||
| 9 | 9 | ||
| 10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
| 11 | 11 | ||
| 12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http" | 12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http \ |
| 13 | file://remove-man-page-creation.patch" | ||
| 13 | SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" | 14 | SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" |
| 14 | 15 | ||
| 15 | PV = "1.1.2+git${SRCPV}" | 16 | PV = "1.1.2+git${SRCPV}" |
| 16 | 17 | ||
| 17 | S = "${WORKDIR}/git/" | 18 | S = "${WORKDIR}/git/" |
| 18 | |||
| 19 | # http://errors.yoctoproject.org/Errors/Details/74486/ | ||
| 20 | PNBLACKLIST[utouch-frame] ?= "BROKEN: Fails to execute xmllint" | ||
