From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200517135513.3257-1-rhi@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Sat, 23 May 2020 14:01:18 +0200 Subject: Re: [ptxdist] [APPLIED] ptxd_make_world_prepare: fix typo in error message List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Thanks, applied as 66419725d2b0839258b7d5420e1be98275e9c5e9. Michael [sent from post-receive hook] On Sat, 23 May 2020 14:01:18 +0200, Roland Hieber 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 > Message-Id: <20200517135513.3257-1-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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