summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-02-01 10:52:20 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-02-08 14:24:11 +0100
commit9d3bc50a5ec12241eff062e9adf46ae82f11f82f (patch)
tree8d7e836f4e15753adbde0e77df57158cb08a396c
parentd35384a1e21b4b2922dda29229d79af98f3ccdc9 (diff)
downloadptxdist-9d3bc50a5ec12241eff062e9adf46ae82f11f82f.tar.gz
ptxdist-9d3bc50a5ec12241eff062e9adf46ae82f11f82f.tar.xz
glib: version bump 2.26.0 -> 2.27.93, 2.24.1 -> 2.26.1
This reflects the current state of "stable" and "experimental" branches for glib. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--patches/glib-2.24.1/series1
-rw-r--r--patches/glib-2.26.1/0001-check-if-splice-takes-6-arguments.patch (renamed from patches/glib-2.26.0/0001-check-if-splice-takes-6-arguments.patch)0
l---------patches/glib-2.26.1/autogen.sh (renamed from patches/glib-2.24.1/autogen.sh)0
-rw-r--r--patches/glib-2.26.1/series (renamed from patches/glib-2.26.0/series)0
-rw-r--r--patches/glib-2.27.93/0001-check-if-splice-takes-6-arguments.patch (renamed from patches/glib-2.24.1/0001-check-if-splice-takes-6-arguments.patch)23
l---------patches/glib-2.27.93/autogen.sh (renamed from patches/glib-2.26.0/autogen.sh)0
-rw-r--r--patches/glib-2.27.93/series3
-rw-r--r--rules/glib.make31
8 files changed, 15 insertions, 43 deletions
diff --git a/patches/glib-2.24.1/series b/patches/glib-2.24.1/series
deleted file mode 100644
index e9a9196c2..000000000
--- a/patches/glib-2.24.1/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-check-if-splice-takes-6-arguments.patch
diff --git a/patches/glib-2.26.0/0001-check-if-splice-takes-6-arguments.patch b/patches/glib-2.26.1/0001-check-if-splice-takes-6-arguments.patch
index bfaf4e810..bfaf4e810 100644
--- a/patches/glib-2.26.0/0001-check-if-splice-takes-6-arguments.patch
+++ b/patches/glib-2.26.1/0001-check-if-splice-takes-6-arguments.patch
diff --git a/patches/glib-2.24.1/autogen.sh b/patches/glib-2.26.1/autogen.sh
index 9f8a4cb7d..9f8a4cb7d 120000
--- a/patches/glib-2.24.1/autogen.sh
+++ b/patches/glib-2.26.1/autogen.sh
diff --git a/patches/glib-2.26.0/series b/patches/glib-2.26.1/series
index 8c17b0eb2..8c17b0eb2 100644
--- a/patches/glib-2.26.0/series
+++ b/patches/glib-2.26.1/series
diff --git a/patches/glib-2.24.1/0001-check-if-splice-takes-6-arguments.patch b/patches/glib-2.27.93/0001-check-if-splice-takes-6-arguments.patch
index 58e0fc633..4a10daa39 100644
--- a/patches/glib-2.24.1/0001-check-if-splice-takes-6-arguments.patch
+++ b/patches/glib-2.27.93/0001-check-if-splice-takes-6-arguments.patch
@@ -1,4 +1,3 @@
-From f032da4a05d63b57c9c7659185a64d4e2f4240d7 Mon Sep 17 00:00:00 2001
From: George McCollister <george.mccollister@gmail.com>
Date: Thu, 2 Dec 2010 09:31:38 -0600
Subject: [PATCH] check if splice() takes 6 arguments
@@ -8,20 +7,21 @@ implimentations only accept 4 arguments while this version of glib
assumes that it takes 6.
Signed-off-by: George McCollister <george.mccollister@gmail.com>
+[mol: configure.in -> configure.ac]
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
- configure.in | 17 ++++++++++++++++-
- 1 files changed, 16 insertions(+), 1 deletions(-)
+ configure.ac | 16 +++++++++++++++-
+ 1 file changed, 15 insertions(+), 1 deletion(-)
-diff --git a/configure.in b/configure.in
-index f6d80fb..bb7266c 100644
---- a/configure.in
-+++ b/configure.in
-@@ -969,7 +969,22 @@ AC_CHECK_FUNCS(chown lchmod lchown fchmod fchown link statvfs statfs utimes getg
+Index: glib-2.27.93/configure.ac
+===================================================================
+--- glib-2.27.93.orig/configure.ac
++++ glib-2.27.93/configure.ac
+@@ -948,7 +948,21 @@ AC_CHECK_FUNCS(lstat strerror strsignal
+ AC_CHECK_FUNCS(chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid)
AC_CHECK_FUNCS(getmntent_r setmntent endmntent hasmntopt getmntinfo)
# Check for high-resolution sleep functions
- AC_CHECK_FUNCS(nanosleep nsleep)
-AC_CHECK_FUNCS(splice)
-+
+AC_CACHE_CHECK([for splice()],
+ [ac_cv_func_splice],
+ [AC_LINK_IFELSE([AC_LANG_PROGRAM([[
@@ -40,6 +40,3 @@ index f6d80fb..bb7266c 100644
AC_CHECK_HEADERS(crt_externs.h)
AC_CHECK_FUNCS(_NSGetEnviron)
---
-1.7.1
-
diff --git a/patches/glib-2.26.0/autogen.sh b/patches/glib-2.27.93/autogen.sh
index 9f8a4cb7d..9f8a4cb7d 120000
--- a/patches/glib-2.26.0/autogen.sh
+++ b/patches/glib-2.27.93/autogen.sh
diff --git a/patches/glib-2.27.93/series b/patches/glib-2.27.93/series
new file mode 100644
index 000000000..8c17b0eb2
--- /dev/null
+++ b/patches/glib-2.27.93/series
@@ -0,0 +1,3 @@
+# generated by git-ptx-patches
+0001-check-if-splice-takes-6-arguments.patch
+# a8e6adf65dc08f9d7bf6d30b40f67641 - git-ptx-patches magic
diff --git a/rules/glib.make b/rules/glib.make
index 457c2c28a..c4aaae186 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -18,9 +18,9 @@ PACKAGES-$(PTXCONF_GLIB) += glib
# Paths and names
#
ifdef PTXCONF_GLIB_EXPERIMENTAL
-GLIB_VERSION := 2.26.0
+GLIB_VERSION := 2.27.93
else
-GLIB_VERSION := 2.24.1
+GLIB_VERSION := 2.26.1
endif
GLIB := glib-$(GLIB_VERSION)
@@ -58,7 +58,6 @@ GLIB_ENV := \
# is the right choice for no locales and locales-via-libc
#
-ifdef PTXCONF_GLIB_EXPERIMENTAL
GLIB_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--enable-silent-rules \
@@ -79,37 +78,11 @@ GLIB_AUTOCONF := \
--enable-shared \
--with-libiconv=no \
--disable-gcov
-else
-GLIB_AUTOCONF := \
- $(CROSS_AUTOCONF_USR) \
- --enable-threads \
- --with-threads=posix \
- --enable-static \
- --enable-shared \
- --disable-selinux \
- --disable-gtk-doc \
- --disable-man \
- --disable-gc-friendly \
- --disable-fast-install \
- --disable-libtool-lock \
- --disable-included-printf \
- --disable-fam \
- --disable-xattr \
- --with-gnu-ld \
- --with-pcre=internal \
- --with-libiconv=no
-endif
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
-ifdef PTXCONF_GLIB_EXPERIMENTAL
-GLIB_LIB_VERSION := 0.2600.0
-else
-GLIB_LIB_VERSION := 0.2400.1
-endif
-
$(STATEDIR)/glib.targetinstall:
@$(call targetinfo)