Re: [PATCH] common/cnxk: replace deprecated function for cross compilation

2024-10-18 Thread David Marchand
On Fri, Oct 18, 2024 at 6:26 PM Bruce Richardson wrote: > > On Fri, Oct 18, 2024 at 06:00:43PM +0200, David Marchand wrote: > > Some (newly introduced) use of "get_cross_property" was missed. > > Convert to get_external_property. > > > > Fixes: b0d0c84b3c0f ("build: replace deprecated function for

Re: [PATCH] common/cnxk: replace deprecated function for cross compilation

2024-10-18 Thread Bruce Richardson
On Fri, Oct 18, 2024 at 06:00:43PM +0200, David Marchand wrote: > 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 > --- Ac

[PATCH] common/cnxk: replace deprecated function for cross compilation

2024-10-18 Thread David Marchand
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 --- drivers/common/cnxk/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion