public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] Use github mirror for barebox
@ 2024-10-17  8:00 Uladzimir Bely
  2024-10-18 14:25 ` Uladzimir Bely
  2024-10-22 15:22 ` Uladzimir Bely
  0 siblings, 2 replies; 3+ messages in thread
From: Uladzimir Bely @ 2024-10-17  8:00 UTC (permalink / raw)
  To: isar-users

Original repo from git.pengutronix.de seems not providing
the tarball anymore.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb
index ad0b0c3c..fb048fae 100644
--- a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb
+++ b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb
@@ -5,7 +5,7 @@ inherit dpkg
 
 require recipes-bsp/barebox/barebox.inc
 
-SRC_URI += "https://git.pengutronix.de/cgit/barebox/snapshot/barebox-${PV}.tar.gz \
+SRC_URI += "https://github.com/barebox/${PN}/archive/refs/tags/v${PV}.tar.gz;downloadfilename=${P}.tar.gz \
             file://0001-of_dump-Add-a-simple-node-check-up.patch"
 
 S = "${WORKDIR}/barebox-${PV}"
-- 
2.45.2

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/20241017080013.25340-1-ubely%40ilbers.de.

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

end of thread, other threads:[~2024-10-22 15:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-17  8:00 [PATCH] Use github mirror for barebox Uladzimir Bely
2024-10-18 14:25 ` Uladzimir Bely
2024-10-22 15:22 ` Uladzimir Bely

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