diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-10-31 19:35:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-04 13:39:05 +0000 |
commit | 6c7ceeab99e3c00a2a99b932f4c8e8edb30512cb (patch) | |
tree | e951a6be1b5990b744cad04d26baa18b85df880f /meta | |
parent | f03d4a72f08c7d0247ea4f122ffce4e924dc59aa (diff) | |
download | poky-6c7ceeab99e3c00a2a99b932f4c8e8edb30512cb.tar.gz |
ofono: update to 1.31
Changelog:
- Fix issue with handling CID 0 context identifier
- Fix issue with handling detach state and running LTE
- Fix issue with handling SIM states and Quectel modems
(From OE-Core rev: afda6f8a4c0f43316aabb11f02fc114f607d5f35)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.31.bb (renamed from meta/recipes-connectivity/ofono/ofono_1.30.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.30.bb b/meta/recipes-connectivity/ofono/ofono_1.31.bb index 10d5c90979..7d0976ad7f 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.30.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.31.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "\ | |||
12 | file://ofono \ | 12 | file://ofono \ |
13 | file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch \ | 13 | file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch \ |
14 | " | 14 | " |
15 | SRC_URI[md5sum] = "2b1ce11a4db1f4b5c8cd96eb7e96ba0c" | 15 | SRC_URI[md5sum] = "1c26340e3c6ed132cc812595081bb3dc" |
16 | SRC_URI[sha256sum] = "8079735efc5d7f33be9e792e791f2f7ff75c31ce67d477b994673e32319eec5c" | 16 | SRC_URI[sha256sum] = "a15c5d28096c10eb30e47a68b6dc2e7c4a5a99d7f4cfedf0b69624f33d859e9b" |
17 | 17 | ||
18 | inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data | 18 | inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data |
19 | 19 | ||