diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-02 03:02:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-03 16:38:49 +0100 |
commit | 87d6717fa8a5006b44df481ceedb5706037d3ba1 (patch) | |
tree | 0b7a73c5badd23b3cd6e9887a22935968646a135 /meta/recipes-core | |
parent | 359585a8b67dda54e4b1e3f769d92ed532d3b950 (diff) | |
download | poky-87d6717fa8a5006b44df481ceedb5706037d3ba1.tar.gz |
glib-2.0: 2.44.0 -> 2.44.1
Removed 0001-GListModel-roll-back-use-of-type-redefinition.patch since
it is a backport patch.
(From OE-Core rev: 4c91238d0b7089186a8ec5f65b97afc7f361e16b)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0/0001-GListModel-roll-back-use-of-type-redefinition.patch | 42 | ||||
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb (renamed from meta/recipes-core/glib-2.0/glib-2.0_2.44.0.bb) | 5 |
2 files changed, 2 insertions, 45 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0001-GListModel-roll-back-use-of-type-redefinition.patch b/meta/recipes-core/glib-2.0/glib-2.0/0001-GListModel-roll-back-use-of-type-redefinition.patch deleted file mode 100644 index 7d957434e8..0000000000 --- a/meta/recipes-core/glib-2.0/glib-2.0/0001-GListModel-roll-back-use-of-type-redefinition.patch +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | From 4a292721bcf2943bfc05c6a1c859992f28e3efec Mon Sep 17 00:00:00 2001 | ||
2 | From: Ryan Lortie <desrt@desrt.ca> | ||
3 | Date: Wed, 25 Mar 2015 09:29:49 -0400 | ||
4 | Subject: [PATCH] GListModel: roll back use of type redefinition | ||
5 | |||
6 | We declare the typedefs for GListModel and GListStore in giotypes.h, as | ||
7 | a matter of convention. This is not actually required, since the | ||
8 | typedef is emitted as part of the G_DECLARE_* macros. | ||
9 | |||
10 | The giotypes.h approach is only used to avoid cyclic dependencies | ||
11 | between headers, which is not a problem in this case. | ||
12 | |||
13 | Type redefinition is a C11 feature, and although it was around in some | ||
14 | compilers before then, gcc 4.2.1 (from 2007) is apparently still in wide | ||
15 | use, being the default compiler for OpenBSD. | ||
16 | |||
17 | Eventually, we will probably hit a case where we actually need to | ||
18 | redefine a type, but since we're not there yet, let's back off a bit. | ||
19 | |||
20 | Upstream-Status: Backport | ||
21 | |||
22 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
23 | --- | ||
24 | gio/giotypes.h | 2 -- | ||
25 | 1 file changed, 2 deletions(-) | ||
26 | |||
27 | diff --git a/gio/giotypes.h b/gio/giotypes.h | ||
28 | index 4342d47..53f8cc9 100644 | ||
29 | --- a/gio/giotypes.h | ||
30 | +++ b/gio/giotypes.h | ||
31 | @@ -61,8 +61,6 @@ typedef struct _GPermission GPermission; | ||
32 | |||
33 | typedef struct _GMenuModel GMenuModel; | ||
34 | typedef struct _GNotification GNotification; | ||
35 | -typedef struct _GListModel GListModel; | ||
36 | -typedef struct _GListStore GListStore; | ||
37 | |||
38 | /** | ||
39 | * GDrive: | ||
40 | -- | ||
41 | 1.7.9.5 | ||
42 | |||
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.44.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb index 227e1b4333..8eaccfbb1a 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.44.0.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb | |||
@@ -14,10 +14,9 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ | |||
14 | file://uclibc.patch \ | 14 | file://uclibc.patch \ |
15 | file://0001-configure.ac-Do-not-use-readlink-when-cross-compilin.patch \ | 15 | file://0001-configure.ac-Do-not-use-readlink-when-cross-compilin.patch \ |
16 | file://allow-run-media-sdX-drive-mount-if-username-root.patch \ | 16 | file://allow-run-media-sdX-drive-mount-if-username-root.patch \ |
17 | file://0001-GListModel-roll-back-use-of-type-redefinition.patch \ | ||
18 | " | 17 | " |
19 | 18 | ||
20 | SRC_URI_append_class-native = " file://glib-gettextize-dir.patch" | 19 | SRC_URI_append_class-native = " file://glib-gettextize-dir.patch" |
21 | 20 | ||
22 | SRC_URI[md5sum] = "74cf7b4ea200b76e42a4c22c8daf0f93" | 21 | SRC_URI[md5sum] = "83efba4722a9674b97437d1d99af79db" |
23 | SRC_URI[sha256sum] = "f2d362b106a08fa801770d41829a06fcfe287a00421018869eebf5efc796f5b9" | 22 | SRC_URI[sha256sum] = "8811deacaf8a503d0a9b701777ea079ca6a4277be10e3d730d2112735d5eca07" |