DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Cc: Nithin Dabilpuram <ndabilpuram@marvell.com>,
	Kiran Kumar K <kirankumark@marvell.com>,
	Sunil Kumar Kori <skori@marvell.com>,
	Satha Rao <skoteshwar@marvell.com>,
	Harman Kalra <hkalra@marvell.com>,
	Chengwen Feng <fengchengwen@huawei.com>,
	Robin Jarry <rjarry@redhat.com>,
	Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH] common/cnxk: replace deprecated function for cross compilation
Date: Fri, 18 Oct 2024 18:00:43 +0200	[thread overview]
Message-ID: <20241018160043.1265490-1-david.marchand@redhat.com> (raw)

Some (newly introduced) use of "get_cross_property" was missed.
Convert to get_external_property.

Fixes: b0d0c84b3c0f ("build: replace deprecated function for cross compilation")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 drivers/common/cnxk/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/common/cnxk/meson.build b/drivers/common/cnxk/meson.build
index dc2ddf1f20..abb0f6f01f 100644
--- a/drivers/common/cnxk/meson.build
+++ b/drivers/common/cnxk/meson.build
@@ -92,7 +92,7 @@ sources += files('cnxk_telemetry_bphy.c',
 )
 
 if meson.is_cross_build()
-    soc_type = meson.get_cross_property('platform', '')
+    soc_type = meson.get_external_property('platform', '')
 else
     soc_type = platform
 endif
-- 
2.46.2


             reply	other threads:[~2024-10-18 16:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18 16:00 David Marchand [this message]
2024-10-18 16:25 ` Bruce Richardson
2024-10-18 16:45   ` David Marchand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241018160043.1265490-1-david.marchand@redhat.com \
    --to=david.marchand@redhat.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=fengchengwen@huawei.com \
    --cc=hkalra@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=rjarry@redhat.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).