diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-12-23 16:39:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-07 13:40:03 +0000 |
commit | a71bfa1e75f7b963a91ee03db169af60372987f3 (patch) | |
tree | b6e075fdcb1580684c38a35d44a4aa82932c01c6 /meta/recipes-sato | |
parent | 33c52b1f2d39feb641465bf42e8b16d0ab22a316 (diff) | |
download | openembedded-core-contrib-a71bfa1e75f7b963a91ee03db169af60372987f3.tar.gz |
packagegroup-core-x11-sato: enable pcmanfm on mips
Enable pcmanfm in MIPS. Tested on qemumips.
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 753d2bfe7de..b3f6830293b 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -42,9 +42,7 @@ RDEPENDS_${PN}-base = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \ " -# pcmanfm doesn't work on mips FILEMANAGER ?= "pcmanfm" -FILEMANAGER_mips ?= "" WEB ?= "" #WEB = "epiphany" |