summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono.inc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-17 10:56:14 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-22 07:24:51 +0100
commitbcf0c5b7a218e35eb5fc92364b42b4b8144bcdc7 (patch)
tree5760457403da1e5946d63bedf5e854d677d64abb /meta/recipes-connectivity/ofono/ofono.inc
parenta35abe31dc23916fd06afdb3a5e22a81ef3df579 (diff)
downloadpoky-bcf0c5b7a218e35eb5fc92364b42b4b8144bcdc7.tar.gz
ofono: Use external ell instead of an internal copy
(From OE-Core rev: 3683f524dc60325b3f3b1bc3a32e70a41064ae03) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono.inc')
-rw-r--r--meta/recipes-connectivity/ofono/ofono.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index 0472414b19..e1185c6e6b 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
7 7
8inherit autotools pkgconfig update-rc.d systemd bluetooth gobject-introspection-data 8inherit autotools pkgconfig update-rc.d systemd bluetooth gobject-introspection-data
9 9
10DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info" 10DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell"
11 11
12INITSCRIPT_NAME = "ofono" 12INITSCRIPT_NAME = "ofono"
13INITSCRIPT_PARAMS = "defaults 22" 13INITSCRIPT_PARAMS = "defaults 22"
@@ -19,7 +19,7 @@ PACKAGECONFIG ??= "\
19PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/,--with-systemdunitdir=" 19PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/,--with-systemdunitdir="
20PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, ${BLUEZ}" 20PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, ${BLUEZ}"
21 21
22EXTRA_OECONF += "--enable-test" 22EXTRA_OECONF += "--enable-test --enable-external-ell"
23 23
24SYSTEMD_SERVICE_${PN} = "ofono.service" 24SYSTEMD_SERVICE_${PN} = "ofono.service"
25 25