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] host-opkg-utils: Fix tarball format.
Date: Thu,  6 Oct 2022 16:22:16 +0200	[thread overview]
Message-ID: <20221006142216.3469201-1-christian.melki@t2data.com> (raw)

git.yoctoproject.org killed off their snapshot functionality yesterday.
Apparently too taxing to handle on the fly, thinking that nothing but
web crawlers was using snapshot. Not realizing that even the yocto poky
recipe was still using it.

After pointing it out, they've re-enabled the functionality.
But only for gz.
Their recipe will probably be rewritten to do git fetches instead.

So expect this to move to git only in the future.
But for now, just move it to .gz instead of .bz2.

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

diff --git a/rules/host-opkg-utils.make b/rules/host-opkg-utils.make
index da77db024..159eac64b 100644
--- a/rules/host-opkg-utils.make
+++ b/rules/host-opkg-utils.make
@@ -15,9 +15,9 @@ HOST_PACKAGES-$(PTXCONF_HOST_OPKG_UTILS) += host-opkg-utils
 # Paths and names
 #
 HOST_OPKG_UTILS_VERSION	:= 0.5.0
-HOST_OPKG_UTILS_MD5	:= 475a85baea919752a21fcd1952aff7b8
+HOST_OPKG_UTILS_MD5	:= c71939ee02c69462bd3ba1fe0d6de5e2
 HOST_OPKG_UTILS		:= opkg-utils-$(HOST_OPKG_UTILS_VERSION)
-HOST_OPKG_UTILS_SUFFIX	:= tar.bz2
+HOST_OPKG_UTILS_SUFFIX	:= tar.gz
 HOST_OPKG_UTILS_URL	:= http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/snapshot/$(HOST_OPKG_UTILS).$(HOST_OPKG_UTILS_SUFFIX)
 HOST_OPKG_UTILS_SOURCE	:= $(SRCDIR)/$(HOST_OPKG_UTILS).$(HOST_OPKG_UTILS_SUFFIX)
 HOST_OPKG_UTILS_DIR	:= $(HOST_BUILDDIR)/$(HOST_OPKG_UTILS)
-- 
2.34.1




             reply	other threads:[~2022-10-06 14:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-06 14:22 Christian Melki [this message]
2022-10-14  7:46 ` [ptxdist] [APPLIED] " 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=20221006142216.3469201-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