summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_2.15.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-01 07:20:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-03 11:06:20 +0100
commit25dee66d278371b3a6e1003236a74b27697359bf (patch)
treec3e5dc1a4b17e4d46c2793aa07797d7b761ff163 /meta/recipes-connectivity/ofono/ofono_2.15.bb
parent755cf50f9ac7a3823093803da91f5f3a746a324e (diff)
downloadpoky-25dee66d278371b3a6e1003236a74b27697359bf.tar.gz
ofono: upgrade 2.15 -> 2.16
(From OE-Core rev: 2e2cdb2e2bb06562ac64a713da0d98d6d5102c82) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_2.15.bb')
-rw-r--r--meta/recipes-connectivity/ofono/ofono_2.15.bb46
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_2.15.bb b/meta/recipes-connectivity/ofono/ofono_2.15.bb
deleted file mode 100644
index bb4133eeda..0000000000
--- a/meta/recipes-connectivity/ofono/ofono_2.15.bb
+++ /dev/null
@@ -1,46 +0,0 @@
1SUMMARY = "open source telephony"
2DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands."
3HOMEPAGE = "http://www.ofono.org"
4BUGTRACKER = "https://01.org/jira/browse/OF"
5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
7 file://src/ofono.h;beginline=1;endline=6;md5=13e42133935ceecfc9bcb547f256e277"
8DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell"
9
10SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
11 file://ofono \
12 "
13SRC_URI[sha256sum] = "1af93ab72a70502452fe3d0297a6eaea13750cacae1fff3b643dd2245a6408ca"
14
15inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
16
17INITSCRIPT_NAME = "ofono"
18INITSCRIPT_PARAMS = "defaults 22"
19SYSTEMD_SERVICE:${PN} = "ofono.service"
20
21PACKAGECONFIG ??= "\
22 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
23 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
24"
25PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_system_unitdir}/,--with-systemdunitdir="
26PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, bluez5"
27
28EXTRA_OECONF += "--enable-test --enable-external-ell"
29
30do_install:append() {
31 install -d ${D}${sysconfdir}/init.d/
32 install -m 0755 ${UNPACKDIR}/ofono ${D}${sysconfdir}/init.d/ofono
33}
34
35PACKAGES =+ "${PN}-tests"
36
37FILES:${PN} += "${systemd_unitdir}"
38FILES:${PN}-tests = "${libdir}/${BPN}/test"
39
40RDEPENDS:${PN}-tests = "\
41 python3-core \
42 python3-dbus \
43 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)} \
44"
45
46RRECOMMENDS:${PN} += "kernel-module-tun mobile-broadband-provider-info"