[dpdk-dev] [PATCH v2 0/2] support older pkg-config

Bruce Richardson bruce.richardson at intel.com
Fri Nov 15 16:16:58 CET 2019


Not all pkg-config installs support --define-prefix and --path flags, so
ensure we can still build examples without those flags, and that we
don't get errors when using test-meson-builds.sh with/without those
flags.

Bruce Richardson (2):
  devtools: fix example builds with older pkg-config
  examples: suppress errors for missing pkg-config path flag

 devtools/test-meson-builds.sh           | 12 ++++++++----
 examples/bbdev_app/Makefile             |  4 ++--
 examples/bond/Makefile                  |  4 ++--
 examples/cmdline/Makefile               |  4 ++--
 examples/distributor/Makefile           |  4 ++--
 examples/eventdev_pipeline/Makefile     |  4 ++--
 examples/fips_validation/Makefile       |  4 ++--
 examples/flow_classify/Makefile         |  4 ++--
 examples/flow_filtering/Makefile        |  4 ++--
 examples/helloworld/Makefile            |  4 ++--
 examples/ioat/Makefile                  | 10 ++++++----
 examples/ip_fragmentation/Makefile      |  4 ++--
 examples/ip_pipeline/Makefile           |  4 ++--
 examples/ip_reassembly/Makefile         |  4 ++--
 examples/ipsec-secgw/Makefile           |  4 ++--
 examples/ipv4_multicast/Makefile        |  4 ++--
 examples/kni/Makefile                   |  4 ++--
 examples/l2fwd-cat/Makefile             |  4 ++--
 examples/l2fwd-crypto/Makefile          |  4 ++--
 examples/l2fwd-event/Makefile           |  4 ++--
 examples/l2fwd-jobstats/Makefile        |  4 ++--
 examples/l2fwd-keepalive/Makefile       |  4 ++--
 examples/l2fwd/Makefile                 |  4 ++--
 examples/l3fwd-acl/Makefile             |  4 ++--
 examples/l3fwd-power/Makefile           |  4 ++--
 examples/l3fwd/Makefile                 |  4 ++--
 examples/link_status_interrupt/Makefile |  4 ++--
 examples/ntb/Makefile                   | 10 ++++++----
 examples/packet_ordering/Makefile       |  4 ++--
 examples/ptpclient/Makefile             |  4 ++--
 examples/qos_meter/Makefile             |  4 ++--
 examples/qos_sched/Makefile             |  4 ++--
 examples/rxtx_callbacks/Makefile        |  4 ++--
 examples/service_cores/Makefile         |  4 ++--
 examples/skeleton/Makefile              |  4 ++--
 examples/tep_termination/Makefile       |  4 ++--
 examples/timer/Makefile                 |  4 ++--
 examples/vdpa/Makefile                  |  4 ++--
 examples/vhost/Makefile                 |  4 ++--
 examples/vhost_blk/Makefile             | 10 ++++++----
 examples/vhost_crypto/Makefile          |  4 ++--
 examples/vmdq/Makefile                  |  4 ++--
 examples/vmdq_dcb/Makefile              |  4 ++--
 43 files changed, 104 insertions(+), 94 deletions(-)

-- 
2.21.0



More information about the dev mailing list