mbox series

[v2,0/2] support older pkg-config

Message ID 20191115151700.64354-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series support older pkg-config |

Message

Bruce Richardson Nov. 15, 2019, 3:16 p.m. UTC
  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(-)
  

Comments

Ferruh Yigit Nov. 18, 2019, 11:48 a.m. UTC | #1
On 11/15/2019 3:16 PM, Bruce Richardson wrote:
> 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

For Series,
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Thomas Monjalon Nov. 20, 2019, 9:50 p.m. UTC | #2
18/11/2019 12:48, Ferruh Yigit:
> On 11/15/2019 3:16 PM, Bruce Richardson wrote:
> > 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
> 
> For Series,
> Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks