[Buildroot] [git commit branch/2021.02.x] package/ell: use official tarball
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-12-13 21:15:57
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=24f45aa78be210cf922e2b6948534f88d96c6cde branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit f02033033efbd97668a7155428ae4686f3ababd4) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/ell/ell.hash | 4 ++-- package/ell/ell.mk | 12 ++---------- 2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/package/ell/ell.hash b/package/ell/ell.hash
index a795b1aa0d..5f1cc7ddcb 100644
--- a/package/ell/ell.hash
+++ b/package/ell/ell.hash@@ -1,5 +1,5 @@ -# Locally computed -sha256 deacff70541b2b0aa61758d7e4eafbabd8c603eeea0207a8a2f5f42118c2f49d ell-0.39-br1.tar.gz +# From https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc +sha256 653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08 ell-0.39.tar.xz # License files sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
diff --git a/package/ell/ell.mk b/package/ell/ell.mk
index c83063feda..bd291c60db 100644
--- a/package/ell/ell.mk
+++ b/package/ell/ell.mk@@ -5,19 +5,11 @@ ################################################################################ ELL_VERSION = 0.39 -ELL_SITE = https://git.kernel.org/pub/scm/libs/ell/ell.git -ELL_SITE_METHOD = git +ELL_SOURCE = ell-$(ELL_VERSION).tar.xz +ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell ELL_LICENSE = LGPL-2.1+ ELL_LICENSE_FILES = COPYING ELL_INSTALL_STAGING = YES -# sources from git, no configure script provided -ELL_AUTORECONF = YES - -# autoreconf requires an existing build-aux directory -define ELL_MKDIR_BUILD_AUX - mkdir -p $(@D)/build-aux -endef -ELL_POST_PATCH_HOOKS += ELL_MKDIR_BUILD_AUX ELL_DEPENDENCIES = host-pkgconf
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot