All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/libsysfs: bump to version 2.1.1
@ 2021-09-23 21:01 Arnout Vandecappelle
  0 siblings, 0 replies; only message in thread
From: Arnout Vandecappelle @ 2021-09-23 21:01 UTC (permalink / raw)
  To: buildroot

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

- Switch to github to get latest release
- Not an uploaded tarball, so autoreconf is necessary
- Update hash of license files (gnu.org license files are used since
  https://github.com/linux-ras/sysfsutils/commit/b69c2046ce8307804e91403643d43baad086feb3)
  Paragraphs are rewrapped, URLs and addresses have changed, and some
  additional explanation from gnu.org is added. It's still just (L)GPL
  though.

https://github.com/linux-ras/sysfsutils/releases/tag/v2.1.1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/libsysfs/Config.in     | 2 +-
 package/libsysfs/libsysfs.hash | 6 +++---
 package/libsysfs/libsysfs.mk   | 7 ++++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/package/libsysfs/Config.in b/package/libsysfs/Config.in
index 2cbebaa530..076490ec42 100644
--- a/package/libsysfs/Config.in
+++ b/package/libsysfs/Config.in
@@ -4,4 +4,4 @@ config BR2_PACKAGE_LIBSYSFS
 	  These are a set of utilities built upon sysfs, a filesystem in
 	  Linux 2.6 kernels that exposes a system's device tree.
 
-	  http://linux-diag.sourceforge.net/Sysfsutils.html
+	  https://github.com/linux-ras/sysfsutils
diff --git a/package/libsysfs/libsysfs.hash b/package/libsysfs/libsysfs.hash
index 5d32300ad1..3d2d03fcdd 100644
--- a/package/libsysfs/libsysfs.hash
+++ b/package/libsysfs/libsysfs.hash
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256  e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a  sysfsutils-2.1.0.tar.gz
-sha256  88ced477f0659c5a4df22df3b65de2f12ea3a9c7b5e4750fdc757bc11e97aa79  cmd/GPL
-sha256  4eb1c0ea980e7e4c7fac34e025be0423f5e7ca7df501e1da7ef31f32f14d6cf9  lib/LGPL
+sha256  f7f669d27c997d3eb3f3e014b4c0aa1aa4d07ce4d6f9e41fa835240f2bf38810  libsysfs-2.1.1.tar.gz
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  cmd/GPL
+sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  lib/LGPL
diff --git a/package/libsysfs/libsysfs.mk b/package/libsysfs/libsysfs.mk
index 6cff8bf5fe..94de9e4314 100644
--- a/package/libsysfs/libsysfs.mk
+++ b/package/libsysfs/libsysfs.mk
@@ -4,13 +4,14 @@
 #
 ################################################################################
 
-LIBSYSFS_VERSION = 2.1.0
-LIBSYSFS_SITE = http://downloads.sourceforge.net/project/linux-diag/sysfsutils/$(LIBSYSFS_VERSION)
-LIBSYSFS_SOURCE = sysfsutils-$(LIBSYSFS_VERSION).tar.gz
+LIBSYSFS_VERSION = 2.1.1
+LIBSYSFS_SITE = $(call github,linux-ras,sysfsutils,v$(LIBSYSFS_VERSION))
 LIBSYSFS_INSTALL_STAGING = YES
 LIBSYSFS_LICENSE = GPL-2.0 (utilities), LGPL-2.1+ (library)
 LIBSYSFS_LICENSE_FILES = cmd/GPL lib/LGPL
 LIBSYSFS_CPE_ID_VENDOR = sysfsutils_project
 LIBSYSFS_CPE_ID_PRODUCT = sysfsutils
+# From git
+LIBSYSFS_AUTORECONF = YES
 
 $(eval $(autotools-package))
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

only message in thread, other threads:[~2021-09-23 21:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23 21:01 [Buildroot] [git commit] package/libsysfs: bump to version 2.1.1 Arnout Vandecappelle

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.