> -----Original Message-----
> From: Thomas Monjalon <tho...@monjalon.net>
> Sent: Wednesday, April 15, 2020 2:20 PM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richard...@intel.com>; Lukasz Wojciechowski
> <l.wojciec...@partner.samsung.com>; Aaron Conole <acon...@redhat.com>;
> Ruifeng Wang <ruifeng.w...@arm.com>; David Marchand
> <david.march...@redhat.com>; Gavin Hu <gavin...@arm.com>
> Subject: [PATCH v4] test: remove meson dependency on /proc file
>
> Meson is detecting the path /proc/sys/vm/nr_hugepages in the call to cat
> in app/test/meson.build and then adding it as a build dependency.
> This causes build loop if the timestamp of this file keeps changing.
>
> It is fixed by hiding hugepage check in a shell script.
>
> Fixes: 77784ef0fba8 ("test: allow no-huge mode for fast-tests")
>
> Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
> Tested-by: Lukasz Wojciechowski <l.wojciec...@partner.samsung.com>
> Reviewed-by: Lukasz Wojciechowski <l.wojciec...@partner.samsung.com>
> Acked-by: Aaron Conole <acon...@redhat.com>
> Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com>
> ---
>
Acked-by: Bruce Richardson <bruce.richard...@intel.com>