[dpdk-dev] [PATCH 0/3] Add scanning for experimental symbols to meson

Bruce Richardson bruce.richardson at intel.com
Tue Oct 8 16:36:08 CEST 2019


The meson builds were missing support for scanning experimental symbols
in the .o/.a files and matching that against those tagged as
experimental in the version file. This set adds that missing support.

Bruce Richardson (3):
  check-experimental-syms: remove use of environmental var
  lib: add experimental symbols check to meson build
  drivers: process shared lib link dependencies as for libs

 buildtools/check-experimental-syms.sh |  2 +-
 buildtools/meson.build                |  2 ++
 drivers/meson.build                   | 27 +++++++++++++++++++++++++--
 lib/meson.build                       | 12 +++++++++++-
 4 files changed, 39 insertions(+), 4 deletions(-)

-- 
2.21.0



More information about the dev mailing list