diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-21 15:54:52 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:27:29 +0100 |
commit | e57e43aa5cd955db83e1ad5795a75e53db861ded (patch) | |
tree | 40ad49dc57528a2272c4c91f03e933af080aca38 /meta-gnome | |
parent | 08ba7cc3ca0c789dbbc13b965f591daa9eca1c7c (diff) | |
download | meta-openembedded-e57e43aa5cd955db83e1ad5795a75e53db861ded.tar.gz |
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@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 7 |
1 files 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 b3058e88e..7b064c332 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 \ | |||
6 | 6 | ||
7 | SECTION = "x11/gnome" | 7 | SECTION = "x11/gnome" |
8 | 8 | ||
9 | # systemd is needed because it has a necessary version of libudev | 9 | DEPENDS = "udev gtk+3 libnotify libcanberra" |
10 | # Effectively this means that systemd must be in DISTRO_FEATURES | ||
11 | DEPENDS = "systemd gtk+3 libnotify libcanberra" | ||
12 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" | 10 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" |
13 | 11 | ||
14 | inherit gnomebase gtk-icon-cache distro_features_check gobject-introspection | 12 | inherit gnomebase gtk-icon-cache gobject-introspection |
15 | REQUIRED_DISTRO_FEATURES = "systemd" | ||
16 | 13 | ||
17 | SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113" | 14 | SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113" |
18 | SRC_URI[archive.sha256sum] = "d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398" | 15 | SRC_URI[archive.sha256sum] = "d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398" |