diff options
author | 2024-11-12 17:24:24 +0800 | |
---|---|---|
committer | 2024-11-18 13:57:33 +0000 | |
commit | 9705971a48e866765ea5f4e41f53f4d327b798ac (patch) | |
tree | 79fe492d0cd7232b84680b6c042dd541ccff0ebc | |
parent | 7939e3289527a0b93f45efd17733c1e5eac42934 (diff) | |
download | openembedded-core-9705971a48e866765ea5f4e41f53f4d327b798ac.tar.gz |
ofono: upgrade 2.11 -> 2.12
Changelog:
===========
- Fix issue with access technology reporting.
- Fix issue with detecting Phonet devices.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_2.12.bb (renamed from meta/recipes-connectivity/ofono/ofono_2.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_2.11.bb b/meta/recipes-connectivity/ofono/ofono_2.12.bb index 85119c73d4..cb1f4742c9 100644 --- a/meta/recipes-connectivity/ofono/ofono_2.11.bb +++ b/meta/recipes-connectivity/ofono/ofono_2.12.bb @@ -11,7 +11,7 @@ SRC_URI = "\ ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ file://ofono \ " -SRC_URI[sha256sum] = "fa908ac79e2ffaa52391b6c6737cd451275ef788284e46d3f05a7a409bc52cfc" +SRC_URI[sha256sum] = "0de08f969c063bc0ca2a6f7fc346c09bab9ef057d26f32eaf6aac2a2a4eac9eb" inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data |