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-14 22:26:08 +0000 |
commit | b3e7ecc75f5a2b0cf6dde03fb7b2972e89457c0d (patch) | |
tree | ac57ad77cf2bd5a8e5d3055efb67bd51001186d2 /meta/recipes-connectivity | |
parent | a95c7fe895583fc145300d739d0bcac30626c588 (diff) | |
download | openembedded-core-b3e7ecc75f5a2b0cf6dde03fb7b2972e89457c0d.tar.gz openembedded-core-b3e7ecc75f5a2b0cf6dde03fb7b2972e89457c0d.tar.bz2 openembedded-core-b3e7ecc75f5a2b0cf6dde03fb7b2972e89457c0d.zip |
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.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-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 = "\ file://ofono \ file://Revert-test-Convert-to-Python-3.patch \ " - -SRC_URI[md5sum] = "4d03de85239d8100dc7721bf0dad2bd2" -SRC_URI[sha256sum] = "978807a05e8904eb4e57d6533ed71e75676a55fa3819a39fe2c878f45dbf7af6" +SRC_URI[md5sum] = "c31b5b55a1d68354bff771d3edf02829" +SRC_URI[sha256sum] = "403b98dadece8bc804c0bd16b96d3db5a3bb0f84af64b3d67924da2d1a754b07" CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" |