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:
parent
b7f71a3726
commit
ea5e315852
@ -5,6 +5,9 @@
|
|||||||
# Add option to build without tools
|
# Add option to build without tools
|
||||||
%bcond_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
|
Name: dpdk
|
||||||
Version: 20.11
|
Version: 20.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
Loading…
Reference in New Issue
Block a user