[dpdk-dev] [dpdk-stable] [PATCH] install: fix flattening of examples directory
David Marchand
david.marchand at redhat.com
Tue Nov 10 18:33:03 CET 2020
On Tue, Nov 10, 2020 at 6:08 PM Bruce Richardson
<bruce.richardson at intel.com> wrote:
>
> By installing the examples one-by-one in a loop in the examples
> meson.build file we effectively flatted out the structure of the examples
flattened*
> folder and omitted some common and shared subfolders that were never
> directly built. Instead, we can remove the loop and just have the whole
> "examples" folder installed as-is in a single statement, preserving its
> directory structure, and thereby fixing the build of a number of the
> examples.
It seems wrong to provide all examples without looking at all_examples.
We would provide examples that can't link against the available dpdk libraries.
--
David Marchand
More information about the dev
mailing list