[oe-commits] [openembedded-core] 18/28: ofono: upgrade to version 1.22

git at git.openembedded.org git at git.openembedded.org
Thu Jan 25 11:52:42 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 39a849c4d26475968c50fd2caf06c10eb97ea099
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Tue Jan 23 16:05:43 2018 +0200

    ofono: upgrade to version 1.22
    
    In ver 1.22:
            Fix issue with GPIO handling and Nokia modems.
            Fix issue with SIM state callback and AT modems.
            Fix issue with data mode and DCD for U-Blox modems.
            Fix issue with SMS receive on QMI based Quectel EC21.
            Fix issue with HFP support and last call dialed request.
            Fix issue with PIM retires handling and Gemalto modems.
            Fix issue with atom registration and SIM state handling.
            Add support for handling SIM card AID session management.
            Add support for handling GSM/UMTS and IMS authentication.
            Add support for IP Multimedia Subsystem (IMS) atom.
            Add support for MBIM based modems.
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/ofono/ofono_1.21.bb | 8 --------
 meta/recipes-connectivity/ofono/ofono_1.22.bb | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-connectivity/ofono/ofono_1.21.bb b/meta/recipes-connectivity/ofono/ofono_1.21.bb
deleted file mode 100644
index 1f0e31d..0000000
--- a/meta/recipes-connectivity/ofono/ofono_1.21.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require ofono.inc
-
-SRC_URI  = "\
-  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
-  file://ofono \
-"
-SRC_URI[md5sum] = "bc2b818f6fe5725d0dd8591aff6640d7"
-SRC_URI[sha256sum] = "a6b021cda0b444b772897cd637d5f455857fb5819b62c279a8302b44f9c7f2c3"
diff --git a/meta/recipes-connectivity/ofono/ofono_1.22.bb b/meta/recipes-connectivity/ofono/ofono_1.22.bb
new file mode 100644
index 0000000..fd7ee15
--- /dev/null
+++ b/meta/recipes-connectivity/ofono/ofono_1.22.bb
@@ -0,0 +1,8 @@
+require ofono.inc
+
+SRC_URI  = "\
+  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
+  file://ofono \
+"
+SRC_URI[md5sum] = "2a683ab8e98448ad8bc5dc9868d2893e"
+SRC_URI[sha256sum] = "8e34a6696c300c9841b55e8dff640bd3096e49f5dbe55bbebaa69a71676f687e"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list