Thanks, applied as 74d12e9c53065c7aaee1646739fc83d4a904dad9.

Michael

[sent from post-receive hook]

On Fri, 15 Mar 2024 05:06:26 +0100, Markus Heidelberg <m.heidelb...@cab.de> 
wrote:
> In that case, "prompt" and "help" lines were added to the .in file and
> "SECTION" was set to "project_specific" instead of "hosttools_noprompt".
> 
> Signed-off-by: Markus Heidelberg <m.heidelb...@cab.de>
> Message-Id: <20240304072708.50708-1-m.heidelb...@cab.de>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/scripts/lib/ptxd_lib_template.sh 
> b/scripts/lib/ptxd_lib_template.sh
> index b6789382c6f3..cc512faa1821 100644
> --- a/scripts/lib/ptxd_lib_template.sh
> +++ b/scripts/lib/ptxd_lib_template.sh
> @@ -107,7 +107,7 @@ export -f ptxd_template_read_author
>  
>  ptxd_template_read_section() {
>      local section_name
> -    if [ "${action}" = "host" ]; then
> +    if [ "${action}" = "host" -o "${action}" = "host-existing-target" ]; then
>       section_name="${1:-hosttools_noprompt}"
>      else
>       section_name="${1:-project_specific}"

Reply via email to