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:00:33 +0100 |
commit | ff6c5746c821ec128f9cae9bacb818d2c51a4049 (patch) | |
tree | f3f17f1898ffaa15a8c90cdb691e74d1251682fe | |
parent | 83cd7a36c0ea7d1286abd3508a26b85db8760932 (diff) | |
download | openembedded-core-ff6c5746c821ec128f9cae9bacb818d2c51a4049.tar.gz openembedded-core-ff6c5746c821ec128f9cae9bacb818d2c51a4049.tar.bz2 openembedded-core-ff6c5746c821ec128f9cae9bacb818d2c51a4049.zip |
gtk+: fix patch headers
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 On the host it causes host contamination, on the target it's a potential security issue. Gtk+3 has already removed this. -Upstream-Status: Inapproriate [gtk2 is in maintenance mode] +Upstream-Status: Inappropriate [gtk2 is in maintenance mode] Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> --- gtk/gtkmodules.c | 4 ---- |