mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ptxd_make_world_prepare: fix typo in error message
@ 2020-05-17 13:55 Roland Hieber
  2020-05-23 12:01 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2020-05-17 13:55 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

The package name in the line above was moved from host-python to
host-python3, but the same change in the error message was forgotten.

Fixes: 8d02a8a6e3891da78c8c ("host-python-scons: switch to python3")
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 scripts/lib/ptxd_make_world_prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh
index be2a131e4830..9ba2e78e26fb 100644
--- a/scripts/lib/ptxd_make_world_prepare.sh
+++ b/scripts/lib/ptxd_make_world_prepare.sh
@@ -206,7 +206,7 @@ ptxd_make_world_prepare() {
 	    ;;
 	scons)
 	    if ! [[ "${pkg_build_deps}" =~ "host-python3-${pkg_conf_tool}" ]]; then
-		ptxd_bailout "'${pkg_label}' uses '${pkg_conf_tool}' but does not select 'host-python-${pkg_conf_tool}'"
+		ptxd_bailout "'${pkg_label}' uses '${pkg_conf_tool}' but does not select 'host-python3-${pkg_conf_tool}'"
 	    fi
 	    ;;
     esac
-- 
2.26.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] ptxd_make_world_prepare: fix typo in error message
  2020-05-17 13:55 [ptxdist] [PATCH] ptxd_make_world_prepare: fix typo in error message Roland Hieber
@ 2020-05-23 12:01 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-05-23 12:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 66419725d2b0839258b7d5420e1be98275e9c5e9.

Michael

[sent from post-receive hook]

On Sat, 23 May 2020 14:01:18 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> The package name in the line above was moved from host-python to
> host-python3, but the same change in the error message was forgotten.
> 
> Fixes: 8d02a8a6e3891da78c8c ("host-python-scons: switch to python3")
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20200517135513.3257-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh
> index be2a131e4830..9ba2e78e26fb 100644
> --- a/scripts/lib/ptxd_make_world_prepare.sh
> +++ b/scripts/lib/ptxd_make_world_prepare.sh
> @@ -206,7 +206,7 @@ ptxd_make_world_prepare() {
>  	    ;;
>  	scons)
>  	    if ! [[ "${pkg_build_deps}" =~ "host-python3-${pkg_conf_tool}" ]]; then
> -		ptxd_bailout "'${pkg_label}' uses '${pkg_conf_tool}' but does not select 'host-python-${pkg_conf_tool}'"
> +		ptxd_bailout "'${pkg_label}' uses '${pkg_conf_tool}' but does not select 'host-python3-${pkg_conf_tool}'"
>  	    fi
>  	    ;;
>      esac

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-23 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 13:55 [ptxdist] [PATCH] ptxd_make_world_prepare: fix typo in error message Roland Hieber
2020-05-23 12:01 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox