aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gconf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-02-25 16:09:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-28 23:14:42 +0000
commite2a404f3263337e505b60acd6c7d10be2c915ac9 (patch)
tree6eac53f964d9c1059b7ce6b356202291b5b0cc82 /meta/recipes-gnome/gnome/gconf
parentb0e41a317791aae943370f4e1affcfae32797c87 (diff)
downloadopenembedded-core-contrib-e2a404f3263337e505b60acd6c7d10be2c915ac9.tar.gz
gconf: update to 3.2.6
remove automake patch as it been fixed upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome/gconf')
-rw-r--r--meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch b/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch
new file mode 100644
index 0000000000..59a7ca7802
--- /dev/null
+++ b/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch
@@ -0,0 +1,19 @@
+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,