summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gconf-3.2.5
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome/gconf-3.2.5')
-rw-r--r--meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch14
-rw-r--r--meta/recipes-gnome/gnome/gconf-3.2.5/remove_plus_from_invalid_characters_list.patch19
2 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch b/meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch
deleted file mode 100644
index 7dd4ee87b1..0000000000
--- a/meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691264]
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd GConf-3.2.5/configure.in GConf-3.2.5/configure.in
---- GConf-3.2.5/configure.in 2012-03-11 00:53:29.000000000 +0200
-+++ GConf-3.2.5/configure.in 2013-01-07 03:42:11.254087899 +0200
-@@ -39,7 +39,6 @@
- AC_PROG_CC
- AC_PROG_CXX
- AC_ISC_POSIX
--AM_PROG_CC_STDC
- AC_HEADER_STDC
- AC_LIBTOOL_WIN32_DLL
- AM_PROG_LIBTOOL
diff --git a/meta/recipes-gnome/gnome/gconf-3.2.5/remove_plus_from_invalid_characters_list.patch b/meta/recipes-gnome/gnome/gconf-3.2.5/remove_plus_from_invalid_characters_list.patch
deleted file mode 100644
index 59a7ca7802..0000000000
--- a/meta/recipes-gnome/gnome/gconf-3.2.5/remove_plus_from_invalid_characters_list.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Upstream-Status: Pending
-
-Remove '+' from invalid characters list
-
-Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
-
-Index: GConf-3.2.5/gconf/gconf-backend.c
-===================================================================
---- GConf-3.2.5.orig/gconf/gconf-backend.c
-+++ GConf-3.2.5/gconf/gconf-backend.c
-@@ -37,7 +37,7 @@ static const char invalid_chars[] =
- /* Space is common in user names (and thus home directories) on Windows */
- " "
- #endif
-- "\t\r\n\"$&<>,+=#!()'|{}[]?~`;%\\";
-+ "\t\r\n\"$&<>,=#!()'|{}[]?~`;%\\";
-
- static gboolean
- gconf_address_valid (const char *address,