aboutsummaryrefslogtreecommitdiff
path: root/net/dpdk/files/patch-examples_meson.build
blob: b56efb70245cdcae0f48618d41f53a3ad15e7c6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- examples/meson.build
+++ examples/meson.build
@@ -48,6 +48,12 @@ all_examples = [
 	'vmdq', 'vmdq_dcb',
 ]
 
+# on install, skip copying all meson.build files
+ex_file_excludes = ['meson.build']
+foreach ex:all_examples
+	ex_file_excludes += [ex + '/meson.build']
+endforeach
+
 if get_option('examples') == ''
 	subdir_done()
 endif