From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 14656A0553;
	Wed, 29 Jun 2022 02:25:50 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id A055E400D7;
	Wed, 29 Jun 2022 02:25:49 +0200 (CEST)
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by mails.dpdk.org (Postfix) with ESMTP id CB71340042
 for <dev@dpdk.org>; Wed, 29 Jun 2022 02:25:47 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1656462348; x=1687998348;
 h=from:to:cc:subject:date:message-id;
 bh=tyqADSrLOxXnlAvcWyA8jxDlBI53tOHZP3k+xp1yx54=;
 b=IDyvx7oon9uqsmZZD5MD5dlOdjo64eqEmw8M+7CY2unEgFK/qNbO+R+p
 M97jaXO9tL1UOoGORvV1/613AyfXsx1AaVhqVHwkowx3saya80Hw8v23k
 rgfaw9c9GbhH65XTJfFXCljLP701VwKb6ZaKgKNsAPWk0El52XvohhI14
 MqwIhfpVwhhBATATkzakQgDgYXY9dckA26qcwSyTIyAUpEI1oltKd1YTn
 MYYciO7hvfWE8Zb72sD36NtFR23jFfHyTp6L/cH1iE6RxcEXewFuKcSiq
 5KFNI8uZ1wAxudo2w0FTOXfoiyLTdzndewITuQ9d3Rkmhbmrk27lGgpE/ A==;
X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="264922032"
X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="264922032"
Received: from fmsmga005.fm.intel.com ([10.253.24.32])
 by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 28 Jun 2022 17:25:46 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="917385271"
Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210])
 by fmsmga005.fm.intel.com with ESMTP; 28 Jun 2022 17:25:46 -0700
From: Nicolas Chautru <nicolas.chautru@intel.com>
To: dev@dpdk.org,
	thomas@monjalon.net
Cc: Nicolas Chautru <nicolas.chautru@intel.com>
Subject: [PATCH v3] baseband/turbo_sw: Remove flexran_sdk meson option
Date: Tue, 28 Jun 2022 17:12:35 -0700
Message-Id: <1656461556-130563-1-git-send-email-nicolas.chautru@intel.com>
X-Mailer: git-send-email 1.8.3.1
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

v3: fix mix of space and tabs in meson files
v2: typo in documentation

Hi Thomas,
This is change you requested earlier this year. This is targeting 22.11.
Basically we no longer pass a specific option but rely on pkgconfig.
There is small change to generate the .pc files that Intel will make available by end of year. Still the related change in DPDK is available now.

Thanks
Nic


Nicolas Chautru (1):
  baseband/turbo_sw: remove Flexran SDK meson option

 doc/guides/bbdevs/turbo_sw.rst        |  6 ++++--
 drivers/baseband/turbo_sw/meson.build | 36 +++++++++++++----------------------
 meson_options.txt                     |  2 --
 3 files changed, 17 insertions(+), 27 deletions(-)

-- 
1.8.3.1