Acknowledged. This was intended but not present in the series as merged.

On Thu, Dec 21, 2023 at 1:57 PM Renat Khalikov <[email protected]>
wrote:

> When the CFLAGS variable is appended to, the missing space causes build
> errors when CFLAGS was set previously.
>
> For example:
>
>   error: unrecognized command-line option
> '-mno-unaligned-access-fdebug-prefix-map=${CARGO_HOME}=${TARGET_DBGSRC_DIR}/cargo_home'
>
> Signed-off-by: Renat Khalikov <[email protected]>
> CC: Tim Orling <[email protected]>
> ---
>  meta/recipes-devtools/python/python3-maturin_1.4.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/python/python3-maturin_1.4.0.bb
> b/meta/recipes-devtools/python/python3-maturin_1.4.0.bb
> index 07ad1201b8..82e65abb24 100644
> --- a/meta/recipes-devtools/python/python3-maturin_1.4.0.bb
> +++ b/meta/recipes-devtools/python/python3-maturin_1.4.0.bb
> @@ -9,7 +9,7 @@ SRC_URI[sha256sum] =
> "ed12e1768094a7adeafc3a74ebdb8dc2201fa64c4e7e31f14cfc70378b
>
>  S = "${WORKDIR}/maturin-${PV}"
>
> -CFLAGS:append =
> "-fdebug-prefix-map=${CARGO_HOME}=${TARGET_DBGSRC_DIR}/cargo_home"
> +CFLAGS:append = "
> -fdebug-prefix-map=${CARGO_HOME}=${TARGET_DBGSRC_DIR}/cargo_home"
>
>  DEPENDS += "\
>      python3-setuptools-rust-native \
> --
> 2.34.1
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#192857): 
https://lists.openembedded.org/g/openembedded-core/message/192857
Mute This Topic: https://lists.openembedded.org/mt/103308686/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to