summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_git.bb')
-rw-r--r--meta/recipes-connectivity/ofono/ofono_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb
index dbad5a1b68..f1770c2d12 100644
--- a/meta/recipes-connectivity/ofono/ofono_git.bb
+++ b/meta/recipes-connectivity/ofono/ofono_git.bb
@@ -10,6 +10,10 @@ PR = "r1"
10SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \ 10SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \
11 file://ofono" 11 file://ofono"
12 12
13EXTRA_OECONF += "\
14 ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
15"
16
13do_configure_prepend () { 17do_configure_prepend () {
14 ${S}/bootstrap 18 ${S}/bootstrap
15} 19}