mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
libroxml: don't build docs
Don't build docs to avoid failures such as http://autobuild.buildroot.net/results/3f1971472fe35a516b0f26ced477d33cb18280c9/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5c22945d75
commit
59795cc980
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user