From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A22E5A04C6; Fri, 15 Nov 2019 16:17:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B6E1F2C12; Fri, 15 Nov 2019 16:17:16 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 7E7C22BA8 for ; Fri, 15 Nov 2019 16:17:14 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2019 07:17:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,308,1569308400"; d="scan'208";a="356133509" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.2]) by orsmga004.jf.intel.com with ESMTP; 15 Nov 2019 07:17:12 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: ferruh.yigit@intel.com, Bruce Richardson Date: Fri, 15 Nov 2019 15:16:58 +0000 Message-Id: <20191115151700.64354-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191115103525.94786-1-ferruh.yigit@intel.com> References: <20191115103525.94786-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/2] support older pkg-config X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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