Browse Source

openvswitch: rework disabling docs build

This is needed since openvswitch 2.13 commit 2a97891eb23b
("Documentation: Work with sphinx-build for Python 3 also.")

The 4th patch was also reworked to serve as another guard

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 4 years ago
parent
commit
931ff98633
2 changed files with 12 additions and 7 deletions
  1. +1
    -1
      net/openvswitch/Makefile
  2. +11
    -6
      net/openvswitch/patches/0004-build-trim-build.patch

+ 1
- 1
net/openvswitch/Makefile View File

@ -257,7 +257,7 @@ CONFIGURE_VARS += \
ovs_cv_flake8=no \
ovs_cv_python3=$(PYTHON3) \
ovs_cv_python3_host=$(HOST_PYTHON3_BIN) \
ovs_cv_sphinx=no \
SPHINXBUILD=none \
KARCH=$(LINUX_KARCH) \
ovs_intree_kmod_configs:=CONFIG_PACKAGE_kmod-openvswitch-intree


net/openvswitch/patches/0004-build-disable-building-tests.patch → net/openvswitch/patches/0004-build-trim-build.patch View File


Loading…
Cancel
Save