mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] Source for opkg, opkg-utils, downloadlinks are broken
@ 2026-04-10 17:31 Andreas Helmcke
  2026-04-15 10:13 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Helmcke @ 2026-04-10 17:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Hello,

I have problems finding a working source for opkg-utils.

As far as I can tell git.yoctoproject.org killed off their snapshot functionality again. This time also for .tar.gz.

Trying to fetch snapshots result in 
  Unsupported snapshot format: opkg-utils-0.7.0.tar.gz

For opkg tarballs still can be found at: 
  https://downloads.yoctoproject.org/releases/opkg/ 
so opkg.make can be fixed by changing the download url.

Unfortunately, this doesn't work for opkg-utils, since there are no tarballs for opkg-utils at https://downloads.yoctoproject.org/releases/.

I tried to switch to git but I do not know how to get it working with opkg-utils.

The easy way with 
 HOST_OPKG_UTILS_URL := https://git.yoctoproject.org/opkg-utils;tag=$(HOST_OPKG_UTILS_VERSION)

doesn't work, because ptdist doesn't recognize that it's an URL to a Git repository because it does not end with .git.

>From https://ptxdist.de/doc/ref_make_variables.html:

<PKG>_URL
....
    Git URLs must either start with ‘git://’ or end with ‘.git’. They have a mandatory tag=<tagname> option.

What is the best way to solve the problem?


Andreas






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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-10 17:31 [ptxdist] Source for opkg, opkg-utils, downloadlinks are broken Andreas Helmcke
2026-04-15 10:13 ` Michael Olbrich

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