diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-01-09 22:47:22 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-27 12:36:31 +0100 |
commit | dc51449c479ec117715455640b4730f188611f41 (patch) | |
tree | 1c985bf95672d55f68118fddacb3cdd927e296d5 /meta-xfce | |
parent | c7919642f0cbfda17c81b052ed19bd3d9b7f4d43 (diff) | |
download | meta-openembedded-contrib-dc51449c479ec117715455640b4730f188611f41.tar.gz |
thunar: remove udisks from RRECOMMENDS
now gvfs takes care to include all we need for automounting / network browsing
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb index 83930073cea..14859248146 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb @@ -30,4 +30,4 @@ FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ ${libdir}/xfce4/panel/plugins/.debug/ \ ${libdir}/Thunar/.debug/" -RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks" +RRECOMMENDS_${PN} = "gvfs gvfsd-trash" |