pcmanfm: apply a patch to the source, not a generated file
Submitted by Ross Burton on Feb. 5, 2014, 7:48 p.m.
|
Patch ID: 66353
Details
Commit Message
@@ -6,9 +6,9 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
diff --git a/data/pcmanfm-desktop-pref.desktop b/data/pcmanfm-desktop-pref.desktop
index ccf8abb..3f6fc1c 100644
---- a/data/pcmanfm-desktop-pref.desktop
-+++ b/data/pcmanfm-desktop-pref.desktop
-@@ -97,3 +97,4 @@ Exec=pcmanfm --desktop-pref
+--- a/data/pcmanfm-desktop-pref.desktop.in
++++ b/data/pcmanfm-desktop-pref.desktop.in
+@@ -7,3 +7,4 @@ Exec=pcmanfm --desktop-pref
StartupNotify=true
Terminal=false
NotShowIn=GNOME;XFCE;KDE;
no-desktop.patch was applying to a generated file, not the true source, which meant it may not appear to be applied in the resulting package. Signed-off-by: Ross Burton <ross.burton@intel.com> --- meta/recipes-sato/pcmanfm/files/no-desktop.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)