[oe-commits] [meta-openembedded] 22/26: xfce4-settings: rrecommends xfce4-datetime-setter

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 21:55:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit d2b991fb5d4cab2f025f43f78f8bcc0cb6305fbd
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Thu Aug 8 05:32:10 2019 -0400

    xfce4-settings: rrecommends xfce4-datetime-setter
    
    xfce4-datetime-setter provides function to set date and time. But it
    depends on dbus service org.freedesktop.timedate1 which is provided by
    systemd. Make xfce4-settings rrecommends xfce4-datetime-setter only
    systemd is set in DISTRO_FEATURES.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.13.7.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.13.7.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.13.7.bb
index e79b0ab..2d16a02 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.13.7.bb
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.13.7.bb
@@ -30,3 +30,4 @@ FILES_${PN} += " \
 RRECOMMENDS_${PN} += "adwaita-icon-theme"
 RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}"
 RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}"
+RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}"

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


More information about the Openembedded-commits mailing list