diff mbox series

[whinlatter] scripts/install-buildtools: Update to 5.3.2

Message ID 20260314180151.43501-3-aleksandar.nikolic22@pm.me
State Not Applicable, archived
Delegated to: Yoann Congal
Headers show
Series [whinlatter] scripts/install-buildtools: Update to 5.3.2 | expand

Commit Message

Aleksandar Nikolic March 14, 2026, 6:01 p.m. UTC
Update to the 5.3.2 release of the 5.3 series for buildtools

Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic22@pm.me>
---
 scripts/install-buildtools | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Yoann Congal March 14, 2026, 8:03 p.m. UTC | #1
On Sat Mar 14, 2026 at 7:01 PM CET, Aleksandar Nikolic via lists.openembedded.org wrote:
> Update to the 5.3.2 release of the 5.3 series for buildtools
>
> Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic22@pm.me>
> ---
>  scripts/install-buildtools | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/install-buildtools b/scripts/install-buildtools
> index c3f257ff93..b9c008a2ec 100755
> --- a/scripts/install-buildtools
> +++ b/scripts/install-buildtools
> @@ -57,8 +57,8 @@ logger = scriptutils.logger_create(PROGNAME, stream=sys.stdout)
>  
>  DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools')
>  DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto'
> -DEFAULT_RELEASE = 'yocto-5.3.1'
> -DEFAULT_INSTALLER_VERSION = '5.3.1'
> +DEFAULT_RELEASE = 'yocto-5.3.2'
> +DEFAULT_INSTALLER_VERSION = '5.3.2'
>  DEFAULT_BUILDDATE = '202110XX'
>  
>  # Python version sanity check

Hello,

I already sent it: [whinlatter][PATCH] scripts/install-buildtools: Update to 5.3.2
https://lore.kernel.org/openembedded-core/20260312231730.751467-1-yoann.congal@smile.fr/
It should be merged soon.

FYI, I've noted to do this upgrade in the next review cycle after each
release. Feel free to remind me if I forget.

Regards,
diff mbox series

Patch

diff --git a/scripts/install-buildtools b/scripts/install-buildtools
index c3f257ff93..b9c008a2ec 100755
--- a/scripts/install-buildtools
+++ b/scripts/install-buildtools
@@ -57,8 +57,8 @@  logger = scriptutils.logger_create(PROGNAME, stream=sys.stdout)
 
 DEFAULT_INSTALL_DIR = os.path.join(os.path.split(scripts_path)[0],'buildtools')
 DEFAULT_BASE_URL = 'https://downloads.yoctoproject.org/releases/yocto'
-DEFAULT_RELEASE = 'yocto-5.3.1'
-DEFAULT_INSTALLER_VERSION = '5.3.1'
+DEFAULT_RELEASE = 'yocto-5.3.2'
+DEFAULT_INSTALLER_VERSION = '5.3.2'
 DEFAULT_BUILDDATE = '202110XX'
 
 # Python version sanity check