summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-04-20 13:45:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-28 10:44:30 +0100
commit6d3de3f168ef39e19a6da21a40b1ce74b7d416c1 (patch)
tree347c60af36520092c63dbdf7b878b41356ac757b /meta/recipes-core/glib-2.0
parent60cf46671e9b812578dd2f3997961cf6fb3bb748 (diff)
downloadpoky-6d3de3f168ef39e19a6da21a40b1ce74b7d416c1.tar.gz
glib-2.0: upgrade to version 2.28.6
(From OE-Core rev: 4131611c19d3e7d72e9a79aacd614c2734d9ed8e) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch2
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch2
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch2
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch2
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb (renamed from meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb)6
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc2
6 files changed, 12 insertions, 4 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
index 8195bd4922..b65a47462a 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
@@ -2,6 +2,8 @@ copy from OE, said to borrow from Ubuntu. Not in glib-2.0 upstream yet. Add for
2Added to poky by Kevin Tian <kevin.tian@intel.com>, 06/25/2010 2Added to poky by Kevin Tian <kevin.tian@intel.com>, 06/25/2010
3Rebased for glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010 3Rebased for glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010
4 4
5Upstream-Status: Inappropriate [patches for test code]
6
5diff -ruN glib-2.27.3-orig/tests/threadpool-test.c glib-2.27.3/tests/threadpool-test.c 7diff -ruN glib-2.27.3-orig/tests/threadpool-test.c glib-2.27.3/tests/threadpool-test.c
6--- glib-2.27.3-orig/tests/threadpool-test.c 2009-04-01 07:04:21.000000000 +0800 8--- glib-2.27.3-orig/tests/threadpool-test.c 2009-04-01 07:04:21.000000000 +0800
7+++ glib-2.27.3/tests/threadpool-test.c 2010-11-16 12:28:09.002172678 +0800 9+++ glib-2.27.3/tests/threadpool-test.c 2010-11-16 12:28:09.002172678 +0800
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
index 7c170be60f..c21e378491 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
@@ -4,6 +4,8 @@
4# from PATH though 4# from PATH though
5# Rebased to glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com> 5# Rebased to glib-2.27.3 by Dongxiao Xu <dongxiao.xu@intel.com>
6 6
7Upstream-Status: Inappropriate [configuration]
8
7diff -ruN glib-2.27.3-orig/configure.ac glib-2.27.3/configure.ac 9diff -ruN glib-2.27.3-orig/configure.ac glib-2.27.3/configure.ac
8--- glib-2.27.3-orig/configure.ac 2010-11-03 11:02:05.000000000 +0800 10--- glib-2.27.3-orig/configure.ac 2010-11-03 11:02:05.000000000 +0800
9+++ glib-2.27.3/configure.ac 2010-11-16 12:38:12.610485990 +0800 11+++ glib-2.27.3/configure.ac 2010-11-16 12:38:12.610485990 +0800
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
index a2a506c2ad..2eaa19b604 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
@@ -7,6 +7,8 @@ http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg005
7 7
8Signed-off-by: Darren Hart <dvhart@linux.intel.com> 8Signed-off-by: Darren Hart <dvhart@linux.intel.com>
9 9
10Upstream-Status: Pending
11
10Index: glib-2.27.5/glib/gthread.h 12Index: glib-2.27.5/glib/gthread.h
11=================================================================== 13===================================================================
12--- glib-2.27.5.orig/glib/gthread.h 14--- glib-2.27.5.orig/glib/gthread.h
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
index e54a8e5106..ee435111fc 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
@@ -8,6 +8,8 @@
8# by Kevin Tian <kevin.tian@intel.com>, 06/25/2010 8# by Kevin Tian <kevin.tian@intel.com>, 06/25/2010
9# Rebased by Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010 9# Rebased by Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010
10 10
11Upstream-Status: Inappropriate [configuration]
12
11diff -ruN glib-2.27.3-orig/glib-gettextize.in glib-2.27.3/glib-gettextize.in 13diff -ruN glib-2.27.3-orig/glib-gettextize.in glib-2.27.3/glib-gettextize.in
12--- glib-2.27.3-orig/glib-gettextize.in 2009-04-01 07:04:20.000000000 +0800 14--- glib-2.27.3-orig/glib-gettextize.in 2009-04-01 07:04:20.000000000 +0800
13+++ glib-2.27.3/glib-gettextize.in 2010-11-16 12:55:06.874605916 +0800 15+++ glib-2.27.3/glib-gettextize.in 2010-11-16 12:55:06.874605916 +0800
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
index 6a1fb6ca7f..6b6c1f5ab0 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
@@ -3,14 +3,14 @@ require glib.inc
3PE = "1" 3PE = "1"
4PR = "r0" 4PR = "r0"
5 5
6SRC_URI = "${GNOME_MIRROR}/glib/2.26/glib-${PV}.tar.bz2 \ 6SRC_URI = "${GNOME_MIRROR}/glib/2.28/glib-${PV}.tar.bz2 \
7 file://configure-libtool.patch \ 7 file://configure-libtool.patch \
8 file://60_wait-longer-for-threads-to-die.patch \ 8 file://60_wait-longer-for-threads-to-die.patch \
9 file://g_once_init_enter.patch \ 9 file://g_once_init_enter.patch \
10 " 10 "
11 11
12SRC_URI[md5sum] = "17535accceef55bcb17a74d73f9c2aef" 12SRC_URI[md5sum] = "7d8fc15ae70d5111c0cf2a79d50ef717"
13SRC_URI[sha256sum] = "7a74ff12b6b9dee1f2d0e520b56b68b621920c4f4250bdf23468e515625c28d5" 13SRC_URI[sha256sum] = "557fb7c39d21b9359fbac51fd6b0b883bc97a2561c0166eef993a4078312f578"
14 14
15SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" 15SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 5ebff68a6f..9b6e17bbf9 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
8 file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ 8 file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
9 file://gmodule/gmodule.h;startline=4;endline=17;md5=76ab161b37202cd004073c42fac276ed \ 9 file://gmodule/gmodule.h;startline=4;endline=17;md5=76ab161b37202cd004073c42fac276ed \
10 file://glib/pcre/COPYING;md5=266ebc3ff74ee9ce6fad65577667c0f4 \ 10 file://glib/pcre/COPYING;md5=266ebc3ff74ee9ce6fad65577667c0f4 \
11 file://glib/pcre/pcre.h;startline=11;endline=35;md5=cc0858840d3c312ec3e45b28077eb0d8 \ 11 file://glib/pcre/pcre.h;startline=11;endline=35;md5=ce867cf87ebbd2bb55e980d90328390d \
12 file://docs/reference/COPYING;md5=f51a5100c17af6bae00735cd791e1fcc" 12 file://docs/reference/COPYING;md5=f51a5100c17af6bae00735cd791e1fcc"
13BUGTRACKER = "http://bugzilla.gnome.org" 13BUGTRACKER = "http://bugzilla.gnome.org"
14SECTION = "libs" 14SECTION = "libs"