package/libgpiod: bump version to 1.4.5
authorMichael Nosthoff <buildroot@heine.tech>
Mon, 2 Nov 2020 10:27:53 +0000 (11:27 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 3 Nov 2020 20:01:16 +0000 (21:01 +0100)
* add a comment about the kernel header dependencies when bumping
versions
* set url to kernel.org as github is unmaintained and outdated
* use two spaces in hash-file

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libgpiod/Config.in
package/libgpiod/libgpiod.hash
package/libgpiod/libgpiod.mk

index 63a7cb6e78d54635bca01e3d489425f4eed85af7..293eef6c896a328bfea37e5a47de70989d7d0f19 100644 (file)
@@ -5,7 +5,7 @@ config BR2_PACKAGE_LIBGPIOD
          This is a C library that abstracts the GPIO character
          device operations on linux.
 
-         https://github.com/brgl/libgpiod
+         https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
 
 if BR2_PACKAGE_LIBGPIOD
 
index f0009a7510ef891e07958f6d2a3974c64f4cdab6..0ea15869b0409f347f5e7f1cbe0aa30ce85bb5ec 100644 (file)
@@ -1,4 +1,4 @@
 # From https://www.kernel.org/pub/software/libs/libgpiod/sha256sums.asc
-sha256 21ae8fd1f8dafc2eb2ba50e652390cf533d21351419a7426255895cb52e21b1c  libgpiod-1.4.1.tar.xz
+sha256  a041b06907c956dd1c77836cccf4d392af29b9fe09c8ad18449a6da707b5ba2d  libgpiod-1.4.5.tar.xz
 # Hash for license file
-sha256 ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed  COPYING
+sha256  ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed  COPYING
index 2474ab90a21bcbef69727b871a9b31434a349cfe..83d5abb002163e9cba91bbb5b6f6816281a175a6 100644 (file)
@@ -4,7 +4,9 @@
 #
 ################################################################################
 
-LIBGPIOD_VERSION = 1.4.1
+# be careful when bumping versions, newer branches (e.g. >= 1.6)
+# depend on pretty recent kernel headers
+LIBGPIOD_VERSION = 1.4.5
 LIBGPIOD_SOURCE = libgpiod-$(LIBGPIOD_VERSION).tar.xz
 LIBGPIOD_SITE = https://www.kernel.org/pub/software/libs/libgpiod
 LIBGPIOD_LICENSE = LGPL-2.1+