[PATCH] common/cnxk: replace deprecated function for cross compilation
David Marchand
david.marchand at redhat.com
Fri Oct 18 18:00:43 CEST 2024
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 at 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
More information about the dev
mailing list