diff mbox

libroxml: don't build docs

Message ID 1355060814-7448-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 59795cc98067fe2730e50dd3687fd94b6b36a843
Headers show

Commit Message

Gustavo Zacarias Dec. 9, 2012, 1:46 p.m. UTC
Don't build docs to avoid failures such as
http://autobuild.buildroot.net/results/3f1971472fe35a516b0f26ced477d33cb18280c9/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libroxml/libroxml.mk |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

Comments

Peter Korsgaard Dec. 9, 2012, 8:28 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Don't build docs to avoid failures such as
 Gustavo> http://autobuild.buildroot.net/results/3f1971472fe35a516b0f26ced477d33cb18280c9/

Committed, thanks.
diff mbox

Patch

diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
index d7ef6a4..6e690aa 100644
--- a/package/libroxml/libroxml.mk
+++ b/package/libroxml/libroxml.mk
@@ -30,4 +30,10 @@  define LIBROXML_CLEAN_CMDS
 	-$(MAKE) -C $(@D) clean
 endef
 
+define LIBROXML_DISABLE_DOXYGEN
+	$(SED) 's:) doxy:):' $(@D)/Makefile
+endef
+
+LIBROXML_POST_PATCH_HOOKS += LIBROXML_DISABLE_DOXYGEN
+
 $(eval $(generic-package))