[PATCH] add missing file to meson build for installation

Bruce Richardson bruce.richardson at intel.com
Tue Feb 1 10:26:55 CET 2022


On Mon, Jan 31, 2022 at 10:48:21PM +0000, Martijn Bakker wrote:
> Signed-off-by: Martijn Bakker <gladdyu at gmail.com>
> ---

+ Cc: stable at dpdk.org

Acked-by: Bruce Richardson <bruce.richardson at intel.com>

Originally buggy commit is hard to determine, but I believe the fixline
should be:

Fixes: 610beca42ea4 ("build: remove library special cases")


>  lib/eal/include/meson.build | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/eal/include/meson.build b/lib/eal/include/meson.build
> index 86468d1a2b..9700494816 100644
> --- a/lib/eal/include/meson.build
> +++ b/lib/eal/include/meson.build
> @@ -60,6 +60,7 @@ generic_headers = files(
>          'generic/rte_mcslock.h',
>          'generic/rte_memcpy.h',
>          'generic/rte_pause.h',
> +        'generic/rte_pflock.h',
>          'generic/rte_power_intrinsics.h',
>          'generic/rte_prefetch.h',
>          'generic/rte_rwlock.h',
> -- 
> 2.25.1
> 


More information about the stable mailing list