Message ID | 1355060814-7448-1-git-send-email-gustavo@zacarias.com.ar |
---|---|
State | Accepted |
Commit | 59795cc98067fe2730e50dd3687fd94b6b36a843 |
Headers | show |
>>>>> "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 --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))
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(-)