[Buildroot] [git commit branch/next] package/libqb: bump to version 2.0.3

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 13 17:05:00 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=200f46b940965ea3eccab4b277f4990ec6ee755f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Use official tarball and so drop autoreconf

https://github.com/ClusterLabs/libqb/releases/tag/v2.0.3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/libqb/libqb.hash | 4 +++-
 package/libqb/libqb.mk   | 7 ++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/package/libqb/libqb.hash b/package/libqb/libqb.hash
index 0a01a9bbb5..b2c216f24c 100644
--- a/package/libqb/libqb.hash
+++ b/package/libqb/libqb.hash
@@ -1,3 +1,5 @@
+# From https://github.com/ClusterLabs/libqb/releases/download/v2.0.3/libqb-2.0.3.sha256
+sha256  a74582bc886fa625f5238374c7c8ca98672a2519c8196b91276be55886d84e9c  libqb-2.0.3.tar.xz
+
 # Locally calculated
-sha256  f72769c66479c51ac176b56837637b29d200f9dad40d23c5fdcb10f3a53ab1e4  libqb-2.0.2.tar.gz
 sha256  00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2  COPYING
diff --git a/package/libqb/libqb.mk b/package/libqb/libqb.mk
index a9cf5e3fb9..fb132365f1 100644
--- a/package/libqb/libqb.mk
+++ b/package/libqb/libqb.mk
@@ -4,13 +4,14 @@
 #
 ################################################################################
 
-LIBQB_VERSION = 2.0.2
-LIBQB_SITE = $(call github,ClusterLabs,libqb,v$(LIBQB_VERSION))
+LIBQB_VERSION = 2.0.3
+LIBQB_SOURCE = libqb-$(LIBQB_VERSION).tar.xz
+LIBQB_SITE = \
+	https://github.com/ClusterLabs/libqb/releases/download/v$(LIBQB_VERSION)
 LIBQB_LICENSE = LGPL-2.1+
 LIBQB_LICENSE_FILES = COPYING
 LIBQB_CPE_ID_VENDOR = clusterlabs
 LIBQB_INSTALL_STAGING = YES
-LIBQB_AUTORECONF = YES
 LIBQB_DEPENDENCIES = libxml2
 
 # ac_cv_prog_cc_c99 is required for BR2_USE_WCHAR=n because the C99 test


More information about the buildroot mailing list