From 4024bf2874e9da4fd0dd9a2b90a48e8a259781cc Mon Sep 17 00:00:00 2001 From: Anders Darander Date: Wed, 17 Aug 2011 08:41:28 +0200 Subject: ofono: conditionally enable bluetooth Use DISTRO_FEATURE to conditionally depend on bluez4, as well as enabling bluetooth. Signed-off-by: Anders Darander Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ofono/ofono_0.50.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/ofono/ofono_0.50.bb') diff --git a/meta/recipes-connectivity/ofono/ofono_0.50.bb b/meta/recipes-connectivity/ofono/ofono_0.50.bb index ef4fbf0ba8..b679200fb0 100644 --- a/meta/recipes-connectivity/ofono/ofono_0.50.bb +++ b/meta/recipes-connectivity/ofono/ofono_0.50.bb @@ -7,6 +7,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \ EXTRA_OECONF += "\ --enable-test \ + ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ " SRC_URI[md5sum] = "b2656fd0bbf33f926fc86c1e8915d697" -- cgit 1.2.3-korg