[oe-commits] [meta-openembedded] 10/28: gnome-bluetooth: replace systemd dependency with udev

git at git.openembedded.org git at git.openembedded.org
Thu Mar 24 13:14:28 UTC 2016


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

commit e2087dd2da0f1352c3b92f2bf52cb395c6fb2d36
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon Mar 21 15:54:52 2016 +0200

    gnome-bluetooth: replace systemd dependency with udev
    
    Now we have an up to date standalone libudev (via eudev),
    so systemd is no longer required.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
index b3058e8..7b064c3 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
@@ -6,13 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
 
 SECTION = "x11/gnome"
 
-# systemd is needed because it has a necessary version of libudev
-# Effectively this means that systemd must be in DISTRO_FEATURES
-DEPENDS = "systemd gtk+3 libnotify libcanberra"
+DEPENDS = "udev gtk+3 libnotify libcanberra"
 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
 
-inherit gnomebase gtk-icon-cache distro_features_check gobject-introspection
-REQUIRED_DISTRO_FEATURES = "systemd"
+inherit gnomebase gtk-icon-cache gobject-introspection
 
 SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113"
 SRC_URI[archive.sha256sum] = "d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398"

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


More information about the Openembedded-commits mailing list