[Buildroot] [PATCH 1/2] pkgconf: bump to version 1.6.1

aduskett at gmail.com aduskett at gmail.com
Tue Apr 9 17:59:18 UTC 2019


From: Adam Duskett <Aduskett at gmail.com>

This version properly works with the --variable argument.

Other changes:
  - Change the URL to https://git.dereferenced.org/pkgconf/pkgconf/archive as
    the current URL has a bad https certificate.
  - Add PKGCONF_AUTORECONF = YES because the tar.gz from the above URL change
    does not have a configure file.
  - Add a hash for the license file.

Tested against:
  - libsoup
  - X11r7
  - dbus-glib
  - atk

Signed-off-by: Adam Duskett <Aduskett at gmail.com>
---
 package/pkgconf/pkgconf.hash | 3 ++-
 package/pkgconf/pkgconf.mk   | 7 +++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/pkgconf/pkgconf.hash b/package/pkgconf/pkgconf.hash
index 7ea7ff57a8..00965a071d 100644
--- a/package/pkgconf/pkgconf.hash
+++ b/package/pkgconf/pkgconf.hash
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256	d3468308553c94389dadfd10c4d1067269052b5364276a9d24a643c88485f715	pkgconf-1.5.3.tar.xz
+sha256	736494ae9e6222f56ab2fdc3346f78a3b76cadf0e8d6ea8308ee7245ccd7b894	pkgconf-1.6.1.tar.gz
+sha256	07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04	COPYING
diff --git a/package/pkgconf/pkgconf.mk b/package/pkgconf/pkgconf.mk
index e3c73fd405..d7f1de0f73 100644
--- a/package/pkgconf/pkgconf.mk
+++ b/package/pkgconf/pkgconf.mk
@@ -4,12 +4,11 @@
 #
 ################################################################################
 
-PKGCONF_VERSION = 1.5.3
-PKGCONF_SITE = https://distfiles.dereferenced.org/pkgconf
-PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.xz
+PKGCONF_VERSION = 1.6.1
+PKGCONF_SITE = https://git.dereferenced.org/pkgconf/pkgconf/archive
 PKGCONF_LICENSE = pkgconf license
 PKGCONF_LICENSE_FILES = COPYING
-
+PKGCONF_AUTORECONF = YES
 PKG_CONFIG_HOST_BINARY = $(HOST_DIR)/bin/pkg-config
 
 define PKGCONF_LINK_PKGCONFIG
-- 
2.20.1



More information about the buildroot mailing list