Re: [dpdk-dev] [PATCH] devtools: fix test of ninja install

2019-09-16 Thread Thomas Monjalon
14/09/2019 11:04, Thomas Monjalon: > When trying to compile some examples with libdpdk.pc, > the right environment (for default target) was not loaded. > The consequence is to not detect some dependencies because > of missing directories in PKG_CONFIG_PATH. > > The environment preparation is moved

[dpdk-dev] [PATCH] devtools: fix test of ninja install

2019-09-14 Thread Thomas Monjalon
When trying to compile some examples with libdpdk.pc, the right environment (for default target) was not loaded. The consequence is to not detect some dependencies because of missing directories in PKG_CONFIG_PATH. The environment preparation is moved to a dedicate function, and called for the def