mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] opkg: Fix broken URL.
Date: Fri, 10 Apr 2026 19:49:22 +0200	[thread overview]
Message-ID: <20260410174923.1089609-1-christian.melki@t2data.com> (raw)

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




             reply	other threads:[~2026-04-10 17:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-10 17:49 Christian Melki [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260410174923.1089609-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox