diff options
author | 2024-01-15 17:05:03 +0800 | |
---|---|---|
committer | 2024-01-19 11:53:56 +0000 | |
commit | b9b0e4967845baac137905e12e63535046bf7256 (patch) | |
tree | 7aaf3ef4dd50a89048082ee2bb0a6a2b7d06a7e7 | |
parent | 9b40ffc9766673111214c6a0551c3291032cfd8e (diff) | |
download | openembedded-core-b9b0e4967845baac137905e12e63535046bf7256.tar.gz |
ofono: upgrade 2.2 -> 2.3
Changelog:
==========
-Fix issue with handling SMS submit report sizes.
-Fix issue with handling operator name and ISI modems.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_2.3.bb (renamed from meta/recipes-connectivity/ofono/ofono_2.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_2.2.bb b/meta/recipes-connectivity/ofono/ofono_2.3.bb index 4e60f196ce..db5c8173de 100644 --- a/meta/recipes-connectivity/ofono/ofono_2.2.bb +++ b/meta/recipes-connectivity/ofono/ofono_2.3.bb @@ -13,7 +13,7 @@ SRC_URI = "\ file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch \ file://0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch \ " -SRC_URI[sha256sum] = "5e13121c0f885a81ad882db065549ea13477abbcc219f150b38a8d2ac92521de" +SRC_URI[sha256sum] = "658f9c16aec09c56bd36424982afc6ef292c0942b3a9e8ffefdda5974f01dac3" inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data |