Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
From ee32416dec8462ee27c3c254100cf980b0889ce0 Mon Sep 17 00:00:00 2001
|
||||
From: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
|
||||
Date: Tue, 18 Oct 2016 23:04:50 +0530
|
||||
Subject: [PATCH] gio-2.0.pc: include libmount in Libs.private
|
||||
|
||||
This helps with static linking. When application statically links with
|
||||
libgio, it needs to link against libmount explicitly. When it is
|
||||
mentioned in Libs.private, build system can figure out with which extra
|
||||
libs to link against with help of pkg-config.
|
||||
|
||||
This build failure is detected by Buildroot autobuilder:
|
||||
http://autobuild.buildroot.net/results/fdf/fdf26abbed0014606a7788ce5d60828a0e871186
|
||||
|
||||
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
|
||||
---
|
||||
gio-2.0.pc.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in
|
||||
index 899af0c..7574eb7 100644
|
||||
--- a/gio-2.0.pc.in
|
||||
+++ b/gio-2.0.pc.in
|
||||
@@ -14,5 +14,5 @@ Version: @VERSION@
|
||||
Requires: glib-2.0 gobject-2.0
|
||||
Requires.private: gmodule-no-export-2.0
|
||||
Libs: -L${libdir} -lgio-2.0
|
||||
-Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ @SELINUX_LIBS@ @COCOA_LIBS@ @CARBON_LIBS@
|
||||
+Libs.private: @ZLIB_LIBS@ @NETWORK_LIBS@ @SELINUX_LIBS@ @COCOA_LIBS@ @CARBON_LIBS@ @LIBMOUNT_LIBS@
|
||||
Cflags:
|
||||
--
|
||||
2.6.2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# https://download.gnome.org/sources/glib/2.48/glib-2.48.1.sha256sum
|
||||
sha256 74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612 glib-2.48.1.tar.xz
|
||||
# https://download.gnome.org/sources/glib/2.50/glib-2.50.2.sha256sum
|
||||
sha256 be68737c1f268c05493e503b3b654d2b7f43d7d0b8c5556f7e4651b870acfbf5 glib-2.50.2.tar.xz
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBGLIB2_VERSION_MAJOR = 2.48
|
||||
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).1
|
||||
LIBGLIB2_VERSION_MAJOR = 2.50
|
||||
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).2
|
||||
LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.xz
|
||||
LIBGLIB2_SITE = http://ftp.gnome.org/pub/gnome/sources/glib/$(LIBGLIB2_VERSION_MAJOR)
|
||||
LIBGLIB2_LICENSE = LGPLv2+
|
||||
@@ -102,10 +102,15 @@ 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
|
||||
host-gettext \
|
||||
host-libffi \
|
||||
host-pcre \
|
||||
host-pkgconf \
|
||||
host-util-linux \
|
||||
host-zlib
|
||||
|
||||
LIBGLIB2_CONF_OPTS = \
|
||||
--with-pcre=system
|
||||
|
||||
Reference in New Issue
Block a user