All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCHv2 1/2] utouch-frame: fix build errors associated with xmllint
@ 2016-08-15 14:09 Derek Straka
  2016-08-15 14:09 ` [meta-oe][PATCHv2 2/2] utouch-mtview: remove blacklist Derek Straka
  0 siblings, 1 reply; 2+ messages in thread
From: Derek Straka @ 2016-08-15 14:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../utouch/files/remove-man-page-creation.patch          | 16 ++++++++++++++++
 meta-oe/recipes-support/utouch/utouch-frame_git.bb       |  6 ++----
 2 files changed, 18 insertions(+), 4 deletions(-)
 create mode 100644 meta-oe/recipes-support/utouch/files/remove-man-page-creation.patch

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 0000000..8706d91
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/files/remove-man-page-creation.patch
@@ -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])])
+ 
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
index 8fc8733..6ec566d 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"
 
 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"
 
 PV = "1.1.2+git${SRCPV}"
 
 S = "${WORKDIR}/git/"
-
-# http://errors.yoctoproject.org/Errors/Details/74486/
-PNBLACKLIST[utouch-frame] ?= "BROKEN: Fails to execute xmllint"
-- 
2.7.4



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

* [meta-oe][PATCHv2 2/2] utouch-mtview: remove blacklist
  2016-08-15 14:09 [meta-oe][PATCHv2 1/2] utouch-frame: fix build errors associated with xmllint Derek Straka
@ 2016-08-15 14:09 ` Derek Straka
  0 siblings, 0 replies; 2+ messages in thread
From: Derek Straka @ 2016-08-15 14:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-oe/recipes-support/utouch/utouch-mtview_git.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
index 2f387d0..8cb180d 100644
--- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
@@ -17,5 +17,3 @@ DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
 PV = "1.1.7+git${SRCPV}"
 
 S = "${WORKDIR}/git/"
-
-PNBLACKLIST[utouch-mtview] ?= "Depends on broken utouch-frame"
-- 
2.7.4



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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-15 14:09 [meta-oe][PATCHv2 1/2] utouch-frame: fix build errors associated with xmllint Derek Straka
2016-08-15 14:09 ` [meta-oe][PATCHv2 2/2] utouch-mtview: remove blacklist 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.