From 8512473ea2d22a9a2f1795cddb50287962ff54e1 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 10 Jul 2019 23:57:33 +0300 Subject: openobex: Drop bluez4 support bluez4 was removed from meta-oe 2 years ago. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-connectivity') diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb index 3fb8cb1901..8790723967 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ " DEPENDS = "virtual/libusb0" -DEPENDS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" +DEPENDS_append_class-target = " bluez5" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}-Source.tar.gz \ " -- cgit 1.2.3-korg