aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_git.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_git.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_git.bb')
-rw-r--r--meta/recipes-connectivity/ofono/ofono_git.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb
index f79f34f37d..db0bf735b6 100644
--- a/meta/recipes-connectivity/ofono/ofono_git.bb
+++ b/meta/recipes-connectivity/ofono/ofono_git.bb
@@ -8,10 +8,6 @@ PR = "r5"
SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \
file://ofono"
-EXTRA_OECONF += "\
- ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
-"
-
do_configure_prepend () {
${S}/bootstrap
}