[oe] [meta-gnome][PATCH] gnome-bluetooth: Drop bluez4 support

Adrian Bunk bunk at stusta.de
Mon Jul 1 14:58:17 UTC 2019


bluez4 was removed from meta-oe 2 years ago.

Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
 .../recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \
 SECTION = "x11/gnome"
 
 DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native gnome-common-native \
-    ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \
+    bluez5 \
 "
 
 inherit gnomebase gtk-icon-cache gobject-introspection distro_features_check
-- 
2.17.1



More information about the Openembedded-devel mailing list