diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-26 09:29:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-27 16:44:48 +0000 |
commit | 6ef1c95ade73b2b3b8c4bccb14f30713a5948864 (patch) | |
tree | d9809d08d8f06aec92b6a3f8512088b88fe5f253 /meta/recipes-connectivity/ofono | |
parent | 164eafbbb6715eb5da34022b84aa780aef9b59fb (diff) | |
download | poky-6ef1c95ade73b2b3b8c4bccb14f30713a5948864.tar.gz |
ofono: upgrade 2.12 -> 2.13
Changelog:
==========
- Add support for handling QMI PIN and Lock methods.
- Add support for handling QMI WWAN interfaces.
- Add support for handling RMNet interfaces.
(From OE-Core rev: 212c449f369c8e640d637566a4a236c2f8df52a5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_2.13.bb (renamed from meta/recipes-connectivity/ofono/ofono_2.12.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_2.12.bb b/meta/recipes-connectivity/ofono/ofono_2.13.bb index cb1f4742c9..2cc59b5c5a 100644 --- a/meta/recipes-connectivity/ofono/ofono_2.12.bb +++ b/meta/recipes-connectivity/ofono/ofono_2.13.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "\ | |||
11 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | 11 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ |
12 | file://ofono \ | 12 | file://ofono \ |
13 | " | 13 | " |
14 | SRC_URI[sha256sum] = "0de08f969c063bc0ca2a6f7fc346c09bab9ef057d26f32eaf6aac2a2a4eac9eb" | 14 | SRC_URI[sha256sum] = "fa813ed74a4658e5702f707033497bf891504ffdc0f1b45d85bc3f092010744f" |
15 | 15 | ||
16 | inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data | 16 | inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data |
17 | 17 | ||