aboutsummaryrefslogtreecommitdiff
path: root/utils/evtest/Makefile
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2023-05-19 13:51:13 +0200
committerTianling Shen <cnsztl@gmail.com>2023-05-20 13:12:59 +0800
commitd6f6a393df7bb1e14e7894074b84f19bd7520a40 (patch)
treeb91a4c1bac29444615c058de6d4dc9c40925e835 /utils/evtest/Makefile
parente31dfd4a9e2d477877b03dac4f8b07203750a06b (diff)
evtest: don't build man page
Just selecting this package resulted in a build error: /home/mhei/openwrt.git/staging_dir/hostpkg/bin/python3: No module named asciidoc make[4]: *** [Makefile:856: evtest.xml] Error 1 Since we usually do not need the man page, just prevent to build it by pre-setting two environments variables. Then the makefile warns about, but don't try to build. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'utils/evtest/Makefile')
-rw-r--r--utils/evtest/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/evtest/Makefile b/utils/evtest/Makefile
index 86077b5eb..80bd04d0d 100644
--- a/utils/evtest/Makefile
+++ b/utils/evtest/Makefile
@@ -25,6 +25,8 @@ PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
+CONFIGURE_VARS += ac_cv_path_ASCIIDOC="" ac_cv_path_XMLTO=""
+
define Package/evtest
SECTION:=utils
CATEGORY:=Utilities