diff options
| -rw-r--r-- | meta/recipes-connectivity/ofono/ofono.inc | 1 | ||||
| -rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.12.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-connectivity/ofono/ofono_git.bb | 4 | 
3 files changed, 1 insertions, 5 deletions
| diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index b0e80200e4..7adc667f99 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ b/meta/recipes-connectivity/ofono/ofono.inc | |||
| @@ -14,6 +14,7 @@ INITSCRIPT_PARAMS = "defaults 22" | |||
| 14 | 14 | ||
| 15 | EXTRA_OECONF += "\ | 15 | EXTRA_OECONF += "\ | 
| 16 | ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--with-systemdunitdir=', d)} \ | 16 | ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--with-systemdunitdir=', d)} \ | 
| 17 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ | ||
| 17 | " | 18 | " | 
| 18 | SYSTEMD_SERVICE_${PN} = "ofono.service" | 19 | SYSTEMD_SERVICE_${PN} = "ofono.service" | 
| 19 | 20 | ||
| 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 | |||
| 14 | 14 | ||
| 15 | EXTRA_OECONF += "\ | 15 | EXTRA_OECONF += "\ | 
| 16 | --enable-test \ | 16 | --enable-test \ | 
| 17 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ | ||
| 18 | " | 17 | " | 
| 19 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" | 18 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" | 
| 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 | } | 
