diff options
author | Ross Burton <ross.burton@intel.com> | 2018-05-11 17:06:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-15 10:56:50 +0100 |
commit | db4965438bc88c32eda4a0b86bd731b796d27502 (patch) | |
tree | 3a42ca6243aaeff5b8104f242f22886dc0903815 /meta/recipes-gnome/gtk+ | |
parent | 079882cb7b4acd135a25fd2fdf5940f92342c04b (diff) | |
download | poky-db4965438bc88c32eda4a0b86bd731b796d27502.tar.gz |
gtk+: fix patch headers
(From OE-Core rev: ff6c5746c821ec128f9cae9bacb818d2c51a4049)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+/0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+/0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch b/meta/recipes-gnome/gtk+/gtk+/0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch index 9201e45c39..83be39c3bf 100644 --- a/meta/recipes-gnome/gtk+/gtk+/0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch +++ b/meta/recipes-gnome/gtk+/gtk+/0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch | |||
@@ -6,7 +6,7 @@ Subject: [PATCH] Do not look into $HOME when looking for gtk modules | |||
6 | On the host it causes host contamination, on the target it's a | 6 | On the host it causes host contamination, on the target it's a |
7 | potential security issue. Gtk+3 has already removed this. | 7 | potential security issue. Gtk+3 has already removed this. |
8 | 8 | ||
9 | Upstream-Status: Inapproriate [gtk2 is in maintenance mode] | 9 | Upstream-Status: Inappropriate [gtk2 is in maintenance mode] |
10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
11 | --- | 11 | --- |
12 | gtk/gtkmodules.c | 4 ---- | 12 | gtk/gtkmodules.c | 4 ---- |