mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] opkg: Fix broken URL.
@ 2026-04-10 17:49 Christian Melki
  2026-04-10 17:49 ` [ptxdist] [PATCH 2/2] host-opkg-utils: " Christian Melki
  2026-04-15 13:52 ` [ptxdist] [APPLIED] opkg: " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2026-04-10 17:49 UTC (permalink / raw)
  To: ptxdist

Seems they have removed the snapshotting.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/opkg.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/opkg.make b/rules/opkg.make
index 93eb693fc..4945d3f3a 100644
--- a/rules/opkg.make
+++ b/rules/opkg.make
@@ -19,7 +19,7 @@ OPKG_VERSION	:= 0.9.0
 OPKG_MD5	:= 3a100d77beaedd4820599d91bc53e302
 OPKG		:= opkg-$(OPKG_VERSION)
 OPKG_SUFFIX	:= tar.gz
-OPKG_URL	:= https://git.yoctoproject.org/opkg/snapshot/$(OPKG).$(OPKG_SUFFIX)
+OPKG_URL	:= git+https://git.yoctoproject.org/opkg;tag=v$(OPKG_VERSION)
 OPKG_SOURCE	:= $(SRCDIR)/$(OPKG).$(OPKG_SUFFIX)
 OPKG_DIR	:= $(BUILDDIR)/$(OPKG)
 OPKG_LICENSE	:= GPL-2.0-or-later
-- 
2.43.0




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

end of thread, other threads:[~2026-04-15 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-10 17:49 [ptxdist] [PATCH 1/2] opkg: Fix broken URL Christian Melki
2026-04-10 17:49 ` [ptxdist] [PATCH 2/2] host-opkg-utils: " Christian Melki
2026-04-15 13:52   ` [ptxdist] [APPLIED] " Michael Olbrich
2026-04-15 13:52 ` [ptxdist] [APPLIED] opkg: " Michael Olbrich

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