Re: [dpdk-dev] [PATCH 1/2] Fix build of apps with external dependencies

2020-10-20 Thread Bruce Richardson
On Tue, Oct 20, 2020 at 04:12:58PM +0200, Thomas Monjalon wrote: > 15/09/2020 10:38, Felix Moessbauer: > > This fix initializes the dependency object with the external > > dependency list. Previously, the external dependencies were > > just ignored. > > > > Signed-off-by: Felix Moessbauer > > ---

Re: [dpdk-dev] [PATCH 1/2] Fix build of apps with external dependencies

2020-10-20 Thread Thomas Monjalon
15/09/2020 10:38, Felix Moessbauer: > This fix initializes the dependency object with the external > dependency list. Previously, the external dependencies were > just ignored. > > Signed-off-by: Felix Moessbauer > --- > --- a/app/meson.build > +++ b/app/meson.build > if build > -

[dpdk-dev] [PATCH 1/2] Fix build of apps with external dependencies

2020-09-15 Thread Felix Moessbauer
This fix initializes the dependency object with the external dependency list. Previously, the external dependencies were just ignored. Signed-off-by: Felix Moessbauer --- app/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/meson.build b/app/meson.build index e