Thanks, applied as 23c5f686998c50412b5f5fd99d7dc9c345fe1af8.

Michael

[sent from post-receive hook]

On Sun, 12 May 2024 15:16:42 +0200, Alexander Dahl <a...@thorsis.com> wrote:
> Same as in ptxd_make_world_common for all the other variables set in
> make and used in shell.
> 
> Signed-off-by: Alexander Dahl <a...@thorsis.com>
> Acked-by: Michael Riesch <michael.rie...@wolfvision.net>
> Message-Id: <20240506105051.323546-4-...@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/post/ptxd_make_world_inject.make 
> b/rules/post/ptxd_make_world_inject.make
> index 3506ee1140e1..eabcdd0529b8 100644
> --- a/rules/post/ptxd_make_world_inject.make
> +++ b/rules/post/ptxd_make_world_inject.make
> @@ -8,8 +8,8 @@
>  
>  world/inject/env = \
>       $(call world/env, $(1)) \
> -     pkg_inject_path="$($(1)_INJECT_PATH)" \
> -     pkg_inject_files="$($(1)_INJECT_FILES)"
> +     pkg_inject_path="$(call ptx/escape,$($(1)_INJECT_PATH))" \
> +     pkg_inject_files="$(call ptx/escape,$($(1)_INJECT_FILES))"
>  
>  world/inject = \
>       $(call world/inject/env,$(strip $(1))) \

Reply via email to