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.me...@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 via email to