diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-01 07:20:02 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-03 11:06:20 +0100 |
| commit | 25dee66d278371b3a6e1003236a74b27697359bf (patch) | |
| tree | c3e5dc1a4b17e4d46c2793aa07797d7b761ff163 /meta/recipes-connectivity/ofono/ofono_2.15.bb | |
| parent | 755cf50f9ac7a3823093803da91f5f3a746a324e (diff) | |
| download | poky-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.bb | 46 |
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 @@ | |||
| 1 | SUMMARY = "open source telephony" | ||
| 2 | DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands." | ||
| 3 | HOMEPAGE = "http://www.ofono.org" | ||
| 4 | BUGTRACKER = "https://01.org/jira/browse/OF" | ||
| 5 | LICENSE = "GPL-2.0-only" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
| 7 | file://src/ofono.h;beginline=1;endline=6;md5=13e42133935ceecfc9bcb547f256e277" | ||
| 8 | DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell" | ||
| 9 | |||
| 10 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | ||
| 11 | file://ofono \ | ||
| 12 | " | ||
| 13 | SRC_URI[sha256sum] = "1af93ab72a70502452fe3d0297a6eaea13750cacae1fff3b643dd2245a6408ca" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data | ||
| 16 | |||
| 17 | INITSCRIPT_NAME = "ofono" | ||
| 18 | INITSCRIPT_PARAMS = "defaults 22" | ||
| 19 | SYSTEMD_SERVICE:${PN} = "ofono.service" | ||
| 20 | |||
| 21 | PACKAGECONFIG ??= "\ | ||
| 22 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | ||
| 23 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ | ||
| 24 | " | ||
| 25 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_system_unitdir}/,--with-systemdunitdir=" | ||
| 26 | PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, bluez5" | ||
| 27 | |||
| 28 | EXTRA_OECONF += "--enable-test --enable-external-ell" | ||
| 29 | |||
| 30 | do_install:append() { | ||
| 31 | install -d ${D}${sysconfdir}/init.d/ | ||
| 32 | install -m 0755 ${UNPACKDIR}/ofono ${D}${sysconfdir}/init.d/ofono | ||
| 33 | } | ||
| 34 | |||
| 35 | PACKAGES =+ "${PN}-tests" | ||
| 36 | |||
| 37 | FILES:${PN} += "${systemd_unitdir}" | ||
| 38 | FILES:${PN}-tests = "${libdir}/${BPN}/test" | ||
| 39 | |||
| 40 | RDEPENDS:${PN}-tests = "\ | ||
| 41 | python3-core \ | ||
| 42 | python3-dbus \ | ||
| 43 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)} \ | ||
| 44 | " | ||
| 45 | |||
| 46 | RRECOMMENDS:${PN} += "kernel-module-tun mobile-broadband-provider-info" | ||
