summaryrefslogtreecommitdiffstats
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:15:52 +0000
commitf83ac67e33b4a81d8d6ec9f0683a6b39b46dd733 (patch)
tree9e4177405b14d05979a30615214af4b42a88b48c /meta/recipes-gnome/gnome/gconf
parente4b7b10372ce0b5613e1034abe3a73b4033ea1f8 (diff)
downloadast2050-yocto-poky-f83ac67e33b4a81d8d6ec9f0683a6b39b46dd733.zip
ast2050-yocto-poky-f83ac67e33b4a81d8d6ec9f0683a6b39b46dd733.tar.gz
gconf: update to 3.2.6
remove automake patch as it been fixed upstream (From OE-Core rev: e2a404f3263337e505b60acd6c7d10be2c915ac9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 0000000..59a7ca7
--- /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,
OpenPOWER on IntegriCloud