diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-01 17:58:17 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:32 -0700 |
commit | 2949dd137dfcbb010f81e5e1a1ebf619de5fb0c9 (patch) | |
tree | 92258566a6146e09616fc61e56284db8f8de6b4f /meta-gnome/recipes-gnome/gnome-bluetooth | |
parent | c7dd039484c1449a375ac947d2b155d1f7530943 (diff) | |
download | meta-openembedded-2949dd137dfcbb010f81e5e1a1ebf619de5fb0c9.tar.gz |
gnome-bluetooth: Drop bluez4 support
bluez4 was removed from meta-oe 2 years ago.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-bluetooth')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 2 |
1 files changed, 1 insertions, 1 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 8cfd65af3..d0eebda38 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 | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
7 | SECTION = "x11/gnome" | 7 | SECTION = "x11/gnome" |
8 | 8 | ||
9 | DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native gnome-common-native \ | 9 | DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native gnome-common-native \ |
10 | ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \ | 10 | bluez5 \ |
11 | " | 11 | " |
12 | 12 | ||
13 | inherit gnomebase gtk-icon-cache gobject-introspection distro_features_check | 13 | inherit gnomebase gtk-icon-cache gobject-introspection distro_features_check |