evtest: don't build man page
authorMichael Heimpold <mhei@heimpold.de>
Fri, 19 May 2023 11:51:13 +0000 (13:51 +0200)
committerTianling Shen <cnsztl@gmail.com>
Sat, 20 May 2023 05:12:59 +0000 (13:12 +0800)
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>
utils/evtest/Makefile

index 86077b5eb7a90bbab48bc16268276410cfd2459b..80bd04d0d9f39fbd43bf8a196535da912ccf6108 100644 (file)
@@ -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