diff options
author | 2024-12-17 16:58:03 +0800 | |
---|---|---|
committer | 2024-12-18 11:11:45 +0000 | |
commit | e57e032bd504d2bc2cb1dbb6ed0182acea39e36a (patch) | |
tree | 36d39352e051c833fabe2af71c073eb4690d0a0e | |
parent | 328d2e3a48267eba60e949d0a7b0a0643093b642 (diff) | |
download | openembedded-core-e57e032bd504d2bc2cb1dbb6ed0182acea39e36a.tar.gz |
ofono: upgrade 2.13 -> 2.14
Changelog:
===========
- Fix issue with STK and buffer length checks.
- Fix issue with SMS and buffer length checks.
- Fix issue with QMI and handling RAT detection.
- Fix issue with QMI and handling call forwarding.
- Add support for handling MHI network interfaces.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_2.14.bb (renamed from meta/recipes-connectivity/ofono/ofono_2.13.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_2.13.bb b/meta/recipes-connectivity/ofono/ofono_2.14.bb index 2cc59b5c5a..0a695c978c 100644 --- a/meta/recipes-connectivity/ofono/ofono_2.13.bb +++ b/meta/recipes-connectivity/ofono/ofono_2.14.bb @@ -11,7 +11,7 @@ SRC_URI = "\ ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ file://ofono \ " -SRC_URI[sha256sum] = "fa813ed74a4658e5702f707033497bf891504ffdc0f1b45d85bc3f092010744f" +SRC_URI[sha256sum] = "983cbfd5e1e1a410ba7ad2db7f50fadc91e50b29f1ede40cdc73f941da7ba95f" inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data |