diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-08-01 18:01:38 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-03 10:33:13 +0100 |
commit | 3cf0a5426aaee26451ad91036b00bd7ea8d9dde2 (patch) | |
tree | 8d9c3e605ff14dff7e8eeef4ecd2f7b214235812 /meta/recipes-connectivity/ofono/ofono_git.bb | |
parent | 973cfd8bbba7541fd620732edafde85a2be448e4 (diff) | |
download | poky-3cf0a5426aaee26451ad91036b00bd7ea8d9dde2.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.
(From OE-Core rev: c7d27f4626f6763ec348c390cc907f30c102f96d)
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_git.bb')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_git.bb | 4 |
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" | |||
8 | SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \ |
9 | file://ofono" | 9 | file://ofono" |
10 | 10 | ||
11 | EXTRA_OECONF += "\ | ||
12 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ | ||
13 | " | ||
14 | |||
15 | do_configure_prepend () { | 11 | do_configure_prepend () { |
16 | ${S}/bootstrap | 12 | ${S}/bootstrap |
17 | } | 13 | } |