Re: [dpdk-dev] [PATCH] build: simplify logic for default library dependencies

2018-09-17 Thread Thomas Monjalon
08/08/2018 17:58, Bruce Richardson: > On Thu, Jul 26, 2018 at 03:55:56PM +0200, Thomas Monjalon wrote: > > 19/07/2018 16:37, Bruce Richardson: > > > EAL is a standard dependency of all libraries, except for those built > > > before it. We can therefore simplify the logic by just checking if EAL > >

Re: [dpdk-dev] [PATCH] build: simplify logic for default library dependencies

2018-08-08 Thread Bruce Richardson
On Thu, Jul 26, 2018 at 03:55:56PM +0200, Thomas Monjalon wrote: > 19/07/2018 16:37, Bruce Richardson: > > EAL is a standard dependency of all libraries, except for those built > > before it. We can therefore simplify the logic by just checking if EAL > > has been processed, and make it a standard

Re: [dpdk-dev] [PATCH] build: simplify logic for default library dependencies

2018-07-26 Thread Thomas Monjalon
19/07/2018 16:37, Bruce Richardson: > EAL is a standard dependency of all libraries, except for those built > before it. We can therefore simplify the logic by just checking if EAL > has been processed, and make it a standard dependency if so. > > Signed-off-by: Bruce Richardson I guess there is

[dpdk-dev] [PATCH] build: simplify logic for default library dependencies

2018-07-19 Thread Bruce Richardson
EAL is a standard dependency of all libraries, except for those built before it. We can therefore simplify the logic by just checking if EAL has been processed, and make it a standard dependency if so. Signed-off-by: Bruce Richardson --- lib/meson.build | 10 -- 1 file changed, 4 inserti