All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/ell: use official tarball
@ 2021-04-20 21:42 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2021-04-20 21:42 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=f02033033efbd97668a7155428ae4686f3ababd4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-20 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 21:42 [Buildroot] [git commit] package/ell: use official tarball Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.