mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-opkg-utils: Fix tarball format.
@ 2022-10-06 14:22 Christian Melki
  2022-10-14  7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-10-06 14:22 UTC (permalink / raw)
  To: ptxdist

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




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

* Re: [ptxdist] [APPLIED] host-opkg-utils: Fix tarball format.
  2022-10-06 14:22 [ptxdist] [PATCH] host-opkg-utils: Fix tarball format Christian Melki
@ 2022-10-14  7:46 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-10-14  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 6dc8fedeee27ce2abd1b85ec047012c8bdc455a9.

Michael

[sent from post-receive hook]

On Fri, 14 Oct 2022 09:46:34 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> 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>
> Message-Id: <20221006142216.3469201-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-opkg-utils.make b/rules/host-opkg-utils.make
> index da77db02405d..159eac64bfb6 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)



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

end of thread, other threads:[~2022-10-14  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 14:22 [ptxdist] [PATCH] host-opkg-utils: Fix tarball format Christian Melki
2022-10-14  7:46 ` [ptxdist] [APPLIED] " Michael Olbrich

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