diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-07 15:06:30 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-10 11:02:38 +0200 |
commit | ddff7e8732aad46f56921d8194d03f842cc74d7b (patch) | |
tree | f83e96d99da9ad4db71013f516a42255023b0dc9 /meta-gnome | |
parent | 3b62847392f7261fec786cc07015d3e840feff0b (diff) | |
download | meta-openembedded-ddff7e8732aad46f56921d8194d03f842cc74d7b.tar.gz |
gnome-vfs: fix build with glib 2.36
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/0001-multiple-Makefile.am-remove-DG_DISABLE_DEPRECATED-to.patch | 42 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 9 |
2 files changed, 48 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/0001-multiple-Makefile.am-remove-DG_DISABLE_DEPRECATED-to.patch b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/0001-multiple-Makefile.am-remove-DG_DISABLE_DEPRECATED-to.patch new file mode 100644 index 000000000..d8f7e4050 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/0001-multiple-Makefile.am-remove-DG_DISABLE_DEPRECATED-to.patch | |||
@@ -0,0 +1,42 @@ | |||
1 | From 536e9b57cada4a9f92e073fdf01cdf1def435b6b Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Tue, 7 May 2013 14:56:06 +0200 | ||
4 | Subject: [PATCH] multiple Makefile.am: remove -DG_DISABLE_DEPRECATED to fix | ||
5 | build with glib-2.36 | ||
6 | MIME-Version: 1.0 | ||
7 | Content-Type: text/plain; charset=UTF-8 | ||
8 | Content-Transfer-Encoding: 8bit | ||
9 | |||
10 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
11 | --- | ||
12 | daemon/Makefile.am | 1 - | ||
13 | libgnomevfs/Makefile.am | 1 - | ||
14 | 2 files changed, 0 insertions(+), 2 deletions(-) | ||
15 | |||
16 | diff --git a/daemon/Makefile.am b/daemon/Makefile.am | ||
17 | index ca57467..040484f 100644 | ||
18 | --- a/daemon/Makefile.am | ||
19 | +++ b/daemon/Makefile.am | ||
20 | @@ -8,7 +8,6 @@ INCLUDES= \ | ||
21 | -D_LARGEFILE64_SOURCE \ | ||
22 | -D_POSIX_PTHREAD_SEMANTICS \ | ||
23 | -D_REENTRANT \ | ||
24 | - -DG_DISABLE_DEPRECATED \ | ||
25 | -DGNOME_VFS_PREFIX=\"$(prefix)\" \ | ||
26 | -DGNOME_VFS_DATADIR=\"$(datadir)\" \ | ||
27 | -DGNOME_VFS_LIBDIR=\"$(libdir)\" \ | ||
28 | diff --git a/libgnomevfs/Makefile.am b/libgnomevfs/Makefile.am | ||
29 | index 69a02e0..5d7d759 100644 | ||
30 | --- a/libgnomevfs/Makefile.am | ||
31 | +++ b/libgnomevfs/Makefile.am | ||
32 | @@ -19,7 +19,6 @@ INCLUDES = \ | ||
33 | -D_LARGEFILE64_SOURCE \ | ||
34 | -D_POSIX_PTHREAD_SEMANTICS \ | ||
35 | -D_REENTRANT \ | ||
36 | - -DG_DISABLE_DEPRECATED \ | ||
37 | -DGNOME_VFS_PREFIX=\"$(prefix)\" \ | ||
38 | -DGNOME_VFS_BINDIR=\"$(bindir)\" \ | ||
39 | -DGNOME_VFS_DATADIR=\"$(datadir)\" \ | ||
40 | -- | ||
41 | 1.7.6.5 | ||
42 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb index 78cd1d682..57bbc133b 100644 --- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb +++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | |||
@@ -13,15 +13,18 @@ DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib" | |||
13 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" | 13 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" |
14 | # Some legacy packages will require gnome-mime-data to be installed, but use of | 14 | # Some legacy packages will require gnome-mime-data to be installed, but use of |
15 | # it is deprecated. | 15 | # it is deprecated. |
16 | PR = "r2" | 16 | PR = "r3" |
17 | 17 | ||
18 | inherit gnome | 18 | inherit gnome |
19 | 19 | ||
20 | # This is to provide compatibility with the gnome-vfs DBus fork | 20 | # This is to provide compatibility with the gnome-vfs DBus fork |
21 | RPROVIDES_${PN} = "gnome-vfs-plugin-dbus" | 21 | RPROVIDES_${PN} = "gnome-vfs-plugin-dbus" |
22 | 22 | ||
23 | SRC_URI += "file://gconftool-lossage.patch \ | 23 | SRC_URI += " \ |
24 | file://gnome-vfs-no-kerberos.patch;striplevel=0" | 24 | file://gconftool-lossage.patch \ |
25 | file://gnome-vfs-no-kerberos.patch;striplevel=0 \ | ||
26 | file://0001-multiple-Makefile.am-remove-DG_DISABLE_DEPRECATED-to.patch \ | ||
27 | " | ||
25 | 28 | ||
26 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" | 29 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" |
27 | SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" | 30 | SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" |