[oe] [PATCH 2/3] xfce4-power-manager: remove udisks rdependency

Andreas Müller schnitzeltony at googlemail.com
Sat Jan 9 21:47:21 UTC 2016


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>
---
 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"
-- 
2.5.0




More information about the Openembedded-devel mailing list