All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/7] libglib2: bump to version 2.50.0
@ 2016-09-20 15:01 Gustavo Zacarias
  2016-09-20 15:01 ` [Buildroot] [PATCH 2/7] glib-networking: " Gustavo Zacarias
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Gustavo Zacarias @ 2016-09-20 15:01 UTC (permalink / raw)
  To: buildroot

It now requires util-linux libmount so add the dependency/select.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libglib2/Config.in     | 2 ++
 package/libglib2/libglib2.hash | 4 ++--
 package/libglib2/libglib2.mk   | 6 +++---
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/libglib2/Config.in b/package/libglib2/Config.in
index 84ee816..80c7d67 100644
--- a/package/libglib2/Config.in
+++ b/package/libglib2/Config.in
@@ -5,6 +5,8 @@ config BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_LIBFFI
 	select BR2_PACKAGE_PCRE
 	select BR2_PACKAGE_PCRE_UCP
+	select BR2_PACKAGE_UTIL_LINUX
+	select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
 	select BR2_PACKAGE_ZLIB
 	depends on BR2_USE_WCHAR # gettext
 	depends on BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/libglib2/libglib2.hash b/package/libglib2/libglib2.hash
index 35728e2..3bc4021 100644
--- a/package/libglib2/libglib2.hash
+++ b/package/libglib2/libglib2.hash
@@ -1,2 +1,2 @@
-# https://download.gnome.org/sources/glib/2.48/glib-2.48.2.sha256sum
-sha256  f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4  glib-2.48.2.tar.xz
+# https://download.gnome.org/sources/glib/2.50/glib-2.50.0.sha256sum
+sha256  830b551fa626bda06e12729205b3c5bb0d82b924a8cf64d948945878f01b7d70  glib-2.50.0.tar.xz
diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
index 6b1a387..5bc6ed5 100644
--- a/package/libglib2/libglib2.mk
+++ b/package/libglib2/libglib2.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBGLIB2_VERSION_MAJOR = 2.48
-LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).2
+LIBGLIB2_VERSION_MAJOR = 2.50
+LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).0
 LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.xz
 LIBGLIB2_SITE = http://ftp.gnome.org/pub/gnome/sources/glib/$(LIBGLIB2_VERSION_MAJOR)
 LIBGLIB2_LICENSE = LGPLv2+
@@ -102,7 +102,7 @@ HOST_LIBGLIB2_CONF_OPTS = \
 
 LIBGLIB2_DEPENDENCIES = \
 	host-pkgconf host-libglib2 host-gettext \
-	libffi pcre zlib $(if $(BR2_NEEDS_GETTEXT),gettext)
+	libffi pcre util-linux zlib $(if $(BR2_NEEDS_GETTEXT),gettext)
 
 HOST_LIBGLIB2_DEPENDENCIES = \
 	host-gettext host-libffi host-pcre host-pkgconf host-zlib
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-10-10 21:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-20 15:01 [Buildroot] [PATCH 1/7] libglib2: bump to version 2.50.0 Gustavo Zacarias
2016-09-20 15:01 ` [Buildroot] [PATCH 2/7] glib-networking: " Gustavo Zacarias
2016-09-20 15:01 ` [Buildroot] [PATCH 3/7] gvfs: bump to version 1.30.0 Gustavo Zacarias
2016-09-20 15:01 ` [Buildroot] [PATCH 4/7] libsoup: bump to version 2.56.0 Gustavo Zacarias
2016-09-20 15:01 ` [Buildroot] [PATCH 5/7] gdk-pixbuf: bump to version 2.36.0 Gustavo Zacarias
2016-09-20 15:01 ` [Buildroot] [PATCH 6/7] atk: bump to version 2.22.0 Gustavo Zacarias
2016-09-20 15:01 ` [Buildroot] [PATCH 7/7] vala: bump to version 0.34.0 Gustavo Zacarias
2016-09-20 18:20 ` [Buildroot] [PATCH 1/7] libglib2: bump to version 2.50.0 Thomas Petazzoni
2016-09-21 12:11 ` Thomas Petazzoni
2016-10-09 20:07   ` Thomas Petazzoni
2016-10-10 13:04     ` Gustavo Zacarias
2016-10-10 17:49       ` Thomas Petazzoni
2016-10-10 17:57         ` Gustavo Zacarias
2016-10-10 19:28           ` Thomas Petazzoni
2016-10-10 21:37             ` Gustavo Zacarias

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.