Fix dpdk-doc generation

Doxygen uses the directory names to generate the hash for dir_XXXX.html
files, but, by default, meson uses the architecture for build dir.
This commit is contained in:
Timothy Redaelli 2021-02-17 14:19:55 +01:00
parent b7f71a3726
commit ea5e315852

View File

@ -5,6 +5,9 @@
# Add option to build without tools
%bcond_without tools
# Avoid architecture-specific name of build-dir to fix per-arch reproducibility with doxygen
%global _vpath_builddir %{_vendor}-%{_target_os}-build
Name: dpdk
Version: 20.11
Release: 1%{?dist}