build: exclude meson files from examples installation
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 12 Mar 2021 14:56:05 +0000 (14:56 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 15 Mar 2021 19:44:29 +0000 (20:44 +0100)
commit5d20515e0c260377fcd23fab785070c4391cc59d
tree2fa09357267e226d707f177f4e6b94052d25ba19
parentdf58e45e4d9fd7250d4e6baca54614502e19edc0
build: exclude meson files from examples installation

The meson.build files in each example directory is simply to support
building the example as part of the main SDK build, and these should not
be installed with the example's source code and makefile. The exclude of
"meson.build" only filters out the top-level examples/meson.build file,
not the file in each subdirectory.

To fix this, we can build up the list of files to exclude based off the
list of all examples. With this change "find examples/ -name meson.build"
returns no hits when run on an installed instance.

Fixes: e5b95003f1df ("examples: fix flattening directory layout on install")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/meson.build
meson.build