[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-383-g6a31d334d
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-07-31 09:40:45
|
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 6a31d334dbee32988699b221173320d61efbf748 (commit)
from e75a482ad4dd45f34e2a373159c40c102d12786f (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 6a31d334dbee32988699b221173320d61efbf748
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 31 11:15:04 2023 +0200
[BUILDROOT] 2022.02: patch to fix yavta downloading
-----------------------------------------------------------------------
Summary of changes:
.../421-package-yavta-update-_SITE-URL.patch | 34 ++++++++++++++++++++++
patches/buildroot/2022.02/cleanup_buildroot.sh | 1 +
2 files changed, 35 insertions(+)
create mode 100644 patches/buildroot/2022.02/421-package-yavta-update-_SITE-URL.patch
diff --git a/patches/buildroot/2022.02/421-package-yavta-update-_SITE-URL.patch b/patches/buildroot/2022.02/421-package-yavta-update-_SITE-URL.patch
new file mode 100644
index 000000000..df1a28aeb
--- /dev/null
+++ b/patches/buildroot/2022.02/421-package-yavta-update-_SITE-URL.patch
@@ -0,0 +1,34 @@
+From 70aac373afb7c081e0b3eb06ea9fbd6232c74b58 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Mon, 10 Jul 2023 19:37:19 +0200
+Subject: [PATCH 1/1] package/yavta: update _SITE URL
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+It looks like the project moved to https://git.ideasonboard.org/yavta.git.
+
+Update YAVA_SITE URL accordingly.
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ package/yavta/yavta.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/yavta/yavta.mk b/package/yavta/yavta.mk
+index d16bee69b117..db481b77b957 100644
+--- a/package/yavta/yavta.mk
++++ b/package/yavta/yavta.mk
+@@ -5,7 +5,7 @@
+ ################################################################################
+
+ YAVTA_VERSION = 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70
+-YAVTA_SITE = https://git.ideasonboard.org/git/yavta.git
++YAVTA_SITE = https://git.ideasonboard.org/yavta.git
+ YAVTA_SITE_METHOD = git
+ YAVTA_LICENSE = GPL-2.0+
+ YAVTA_LICENSE_FILES = COPYING.GPL
+--
+2.41.0
+
diff --git a/patches/buildroot/2022.02/cleanup_buildroot.sh b/patches/buildroot/2022.02/cleanup_buildroot.sh
index 93349ad03..2bc789a0f 100755
--- a/patches/buildroot/2022.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2022.02/cleanup_buildroot.sh
@@ -100,6 +100,7 @@ rm -rf buildroot/package/xc3sprog/Config.in
rm -rf buildroot/package/xc3sprog/xc3sprog-fixes-version-detection.patch
rm -rf buildroot/package/xc3sprog/xc3sprog-fixes-xc2c32a_qf32-jtag-id.patch
rm -rf buildroot/package/xc3sprog/xc3sprog.mk
+rm -rf buildroot/package/yavta/yavta.mk
rm -rf buildroot/system/Config.in
rm -rf buildroot/toolchain/toolchain-external/Config.in
rm -rf buildroot/toolchain/toolchain-external/pkg-toolchain-external.mk
hooks/post-receive
--
armadeus
|