From e57e032bd504d2bc2cb1dbb6ed0182acea39e36a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Dec 2024 16:58:03 +0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../recipes-connectivity/ofono/{ofono_2.13.bb => ofono_2.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/ofono/{ofono_2.13.bb => ofono_2.14.bb} (95%) diff --git a/meta/recipes-connectivity/ofono/ofono_2.13.bb b/meta/recipes-connectivity/ofono/ofono_2.14.bb similarity index 95% rename from meta/recipes-connectivity/ofono/ofono_2.13.bb rename to meta/recipes-connectivity/ofono/ofono_2.14.bb index 2cc59b5c5a1..0a695c978c0 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 -- 2.47.3