mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00: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
|
-$(MAKE) -C $(@D) clean
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define LIBROXML_DISABLE_DOXYGEN
|
||||||
|
$(SED) 's:) doxy:):' $(@D)/Makefile
|
||||||
|
endef
|
||||||
|
|
||||||
|
LIBROXML_POST_PATCH_HOOKS += LIBROXML_DISABLE_DOXYGEN
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user