diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-02-12 10:19:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:25 +0000 |
commit | 51b6021179f3169e7292ae76269419fe2ff8b672 (patch) | |
tree | 8ee9a5e5ccd59713d5b409361d1fbeff711cda39 /meta/recipes-connectivity/ofono | |
parent | 7d1e1fc6b6709856c8fbcfd1b41b9e86e50b35e2 (diff) | |
download | poky-51b6021179f3169e7292ae76269419fe2ff8b672.tar.gz |
ofono: upgrade to 1.16
- Fix issue with PIN retry handling;
- Fix issue with HFP and multiple calls;
- Add support for Distracted Driving Reduction;
- Add support for available technologies property;
- Add support for Telit location reporting driver;
- Add support for u-blox SARA-U270 modems;
- Add support for Quectel UC15 modems.
(From OE-Core rev: b3e7ecc75f5a2b0cf6dde03fb7b2972e89457c0d)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.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_1.16.bb (renamed from meta/recipes-connectivity/ofono/ofono_1.15.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.15.bb b/meta/recipes-connectivity/ofono/ofono_1.16.bb index bee2b4745c..712fc5c805 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.15.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.16.bb | |||
@@ -5,8 +5,7 @@ SRC_URI = "\ | |||
5 | file://ofono \ | 5 | file://ofono \ |
6 | file://Revert-test-Convert-to-Python-3.patch \ | 6 | file://Revert-test-Convert-to-Python-3.patch \ |
7 | " | 7 | " |
8 | 8 | SRC_URI[md5sum] = "c31b5b55a1d68354bff771d3edf02829" | |
9 | SRC_URI[md5sum] = "4d03de85239d8100dc7721bf0dad2bd2" | 9 | SRC_URI[sha256sum] = "403b98dadece8bc804c0bd16b96d3db5a3bb0f84af64b3d67924da2d1a754b07" |
10 | SRC_URI[sha256sum] = "978807a05e8904eb4e57d6533ed71e75676a55fa3819a39fe2c878f45dbf7af6" | ||
11 | 10 | ||
12 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" | 11 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" |