diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-27 16:41:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-30 22:11:57 +0100 |
commit | d4b0a4bee3fcfaef58e0c70cbe0ce1468a898f6f (patch) | |
tree | 36b51e00397d533990e8561440683cacf0ff088e /meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb | |
parent | 2471296e2508c8f6b047216b1e8e2e188ad3f822 (diff) | |
download | poky-d4b0a4bee3fcfaef58e0c70cbe0ce1468a898f6f.tar.gz |
pcmanfm: hide the desktop preferences
Sato doesn't use the pcmanfm desktop, so hide the desktop preferences launcher.
(From OE-Core rev: 778ef56c4b5c0d450a9b2e1df2b3e963dcfebed9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb')
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb index bcfc9db08b..9a038fe79c 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb | |||
@@ -20,7 +20,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ | |||
20 | file://gnome-fs-regular.png \ | 20 | file://gnome-fs-regular.png \ |
21 | file://gnome-mime-text-plain.png \ | 21 | file://gnome-mime-text-plain.png \ |
22 | file://emblem-symbolic-link.png \ | 22 | file://emblem-symbolic-link.png \ |
23 | file://cross-compile-fix.patch" | 23 | file://cross-compile-fix.patch \ |
24 | file://no-desktop.patch" | ||
24 | 25 | ||
25 | SRC_URI[md5sum] = "af0cff78690e658f3c06ceabf27bc71a" | 26 | SRC_URI[md5sum] = "af0cff78690e658f3c06ceabf27bc71a" |
26 | SRC_URI[sha256sum] = "1f6301f330ad648f3322708ec6c0f680a8695a9453932fe19653bab6731e5582" | 27 | SRC_URI[sha256sum] = "1f6301f330ad648f3322708ec6c0f680a8695a9453932fe19653bab6731e5582" |