summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_1.12.bb
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2013-08-01 18:01:38 +0300
committerSaul Wold <sgw@linux.intel.com>2013-08-02 08:21:17 -0700
commitc7d27f4626f6763ec348c390cc907f30c102f96d (patch)
treef51623e4f02264ea43da3a713474c06395ac4e13 /meta/recipes-connectivity/ofono/ofono_1.12.bb
parent1fb3560749a750884eafabc2d0b1cfb7fa56308a (diff)
downloadopenembedded-core-contrib-c7d27f4626f6763ec348c390cc907f30c102f96d.tar.gz
ofono: Move bluetooth enabling to .inc file
Moving the bluetooth enabling to ofono.inc from .bb file as it makes more sense to have bluetooth always checked. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_1.12.bb')
-rw-r--r--meta/recipes-connectivity/ofono/ofono_1.12.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.12.bb b/meta/recipes-connectivity/ofono/ofono_1.12.bb
index 44ab0a6dd8..32c8bc25cd 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.12.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.12.bb
@@ -14,6 +14,5 @@ SRC_URI[sha256sum] = "733b75bfd1b2a1925b6de532989c496b8ae17a746691120ef64cceb00b
EXTRA_OECONF += "\
--enable-test \
- ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
"
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"