[oe-commits] [meta-openembedded] 06/26: xfce4-power-manager: remove udisks rdependency

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:42:07 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit c7919642f0cbfda17c81b052ed19bd3d9b7f4d43
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Sat Jan 9 22:47:21 2016 +0100

    xfce4-power-manager: remove udisks rdependency
    
    udisks spin down feature support was removed in:
    
    commit dc6ef998a2f19b6c2fcbfb48164db04be44c885d
    Author: Harald Judt <h.judt at gmx.at>
    Date:   Sun Jul 13 21:34:22 2014 +0200
    
        Remove disk spin down feature (3/3)
    
        Finally, let's remove the low-level code and remaining definitions.
    
    commit c9d0626110e4b6e906610e9a2316cdac7a11d58e
    Author: Harald Judt <h.judt at gmx.at>
    Date:   Sun Jul 13 21:26:21 2014 +0200
    
        Remove disk spin down feature (2/3)
    
        Remove all related GUI widgets from the settings dialog.
    
    commit 3ad75fad293fb66e6316aa5820ee064f264eafa4
    Author: Harald Judt <h.judt at gmx.at>
    Date:   Sun Jul 13 21:22:05 2014 +0200
    
        Remove disk spin down feature (1/3)
    
        The spin down feature does not work and would need a rewrite
        to work with udisks-2. What's more, it is probably functionality
        best handled by other tools or scripts, so let's remove it from
        the power manager.
    
        As a first step, this commit removes all interfacing code between
        GUI and low-level udisks functions.
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb
index 4a9accf..fa38c8a 100644
--- a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb
+++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb
@@ -34,7 +34,7 @@ FILES_xfce4-powermanager-plugin = " \
 "
 
 RDEPENDS_xfce4-powermanager-plugin = "${PN}"
-RDEPENDS_${PN} = "networkmanager udisks ${@base_contains('DISTRO_FEATURES','systemd','','consolekit',d)}"
+RDEPENDS_${PN} = "networkmanager ${@base_contains('DISTRO_FEATURES','systemd','','consolekit',d)}"
 
 # xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin
 RPROVIDES_xfce4-powermanager-plugin += "xfce4-brightness-plugin"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list