[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-375-g2b072a720
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-05-05 07:38:39
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 2b072a72072f3c1c0f1792629ba0953743b4cdda (commit)
from 8768da3e39a1eefb6205c6476ad5f053e0af9601 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2b072a72072f3c1c0f1792629ba0953743b4cdda
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri May 5 09:38:21 2023 +0200
[BUILDROOT] Bump BR to 2022.02.12
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
patches/buildroot/2022.02/cleanup_buildroot.sh | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 29ed2ba13..cf9c7d2a1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ export ARMADEUS_TOPDIR
#--- User configurable stuff:
BUILDROOT_MAJOR_VERSION ?= 2022.02
-BUILDROOT_MINOR_VERSION ?= 11
+BUILDROOT_MINOR_VERSION ?= 12
ifneq ($(strip $(BUILDROOT_MINOR_VERSION)),)
BUILDROOT_VERSION := $(BUILDROOT_MAJOR_VERSION).$(BUILDROOT_MINOR_VERSION)
else
diff --git a/patches/buildroot/2022.02/cleanup_buildroot.sh b/patches/buildroot/2022.02/cleanup_buildroot.sh
index b9faa4f11..81a23016a 100755
--- a/patches/buildroot/2022.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2022.02/cleanup_buildroot.sh
@@ -24,7 +24,6 @@ rm -rf buildroot/package/cmux/Config.in
rm -rf buildroot/package/cmux/cmux.hash
rm -rf buildroot/package/cmux/cmux.mk
rm -rf buildroot/package/cog/0001-make-cursor-great-again.patch
-rm -rf buildroot/package/cog/Config.in
rm -rf buildroot/package/cog/cog.hash
rm -rf buildroot/package/cog/cog.mk
rm -rf buildroot/package/e-uae/Config.in
hooks/post-receive
--
armadeus
|