diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-12-12 13:36:42 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-27 07:23:45 -0800 |
commit | 30998bfc32e6ff2ac4adc183dde4aaaa080b6f02 (patch) | |
tree | 43bb6edf5a832993c7c32c44d9b0f5028e394cb9 /meta-gnome/recipes-gnome/libgnome | |
parent | 2a6cfdd2d167696dd8f62893fbb89984498432b5 (diff) | |
download | meta-openembedded-30998bfc32e6ff2ac4adc183dde4aaaa080b6f02.tar.gz |
libgnome: Fix invalid UTF-8 in header
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch | 26 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb | 4 |
2 files changed, 29 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch b/meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch new file mode 100644 index 0000000000..cd90b8ed98 --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch | |||
@@ -0,0 +1,26 @@ | |||
1 | From 33313713c4f5c1de500859ff128d6fd7e3af5722 Mon Sep 17 00:00:00 2001 | ||
2 | From: Colin Walters <walters@verbum.org> | ||
3 | Date: Mon, 7 Aug 2017 12:57:43 -0400 | ||
4 | Subject: gnome-config.h: Fix invalid UTF-8 in header | ||
5 | |||
6 | This breaks the new Python `glib-mkenums`. | ||
7 | --- | ||
8 | Upstream-Status: Pending | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | |||
11 | libgnome/gnome-config.h | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/libgnome/gnome-config.h b/libgnome/gnome-config.h | ||
15 | index 0c3dfe6..b9d659d 100644 | ||
16 | --- a/libgnome/gnome-config.h | ||
17 | +++ b/libgnome/gnome-config.h | ||
18 | @@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char *path, gboolean priv); | ||
19 | #define gnome_config_private_clean_key(path) \ | ||
20 | (gnome_config_clean_key_((path),TRUE)) | ||
21 | |||
22 | -/* returns the true filename of the config file */ | ||
23 | +/* returns the true filename of the config file */ | ||
24 | #define gnome_config_get_real_path(path) \ | ||
25 | (g_build_filename (gnome_user_dir_get(),(path),NULL)) | ||
26 | #define gnome_config_private_get_real_path(path) \ | ||
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb index 0055ba4a3a..94fcf2e8c5 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb | |||
@@ -9,7 +9,9 @@ PR = "r2" | |||
9 | 9 | ||
10 | SRC_URI[archive.md5sum] = "a4345e6087ae6195d65a4674ffdca559" | 10 | SRC_URI[archive.md5sum] = "a4345e6087ae6195d65a4674ffdca559" |
11 | SRC_URI[archive.sha256sum] = "b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4" | 11 | SRC_URI[archive.sha256sum] = "b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4" |
12 | SRC_URI += "file://0001-libgnome-Makefile.am-allow-deprecated-symbols.patch" | 12 | SRC_URI += "file://0001-libgnome-Makefile.am-allow-deprecated-symbols.patch \ |
13 | file://05_fix_invalid_utf8.patch \ | ||
14 | " | ||
13 | GNOME_COMPRESS_TYPE="bz2" | 15 | GNOME_COMPRESS_TYPE="bz2" |
14 | 16 | ||
15 | DEPENDS += "libcanberra gconf-native gnome-vfs libbonobo esound intltool-native gnome-common-native" | 17 | DEPENDS += "libcanberra gconf-native gnome-vfs libbonobo esound intltool-native gnome-common-native" |