From a09810ef738ea1d2d643deeb255c8e6dd01ef306 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Fri, 18 Nov 2016 16:06:49 +0000 Subject: ofono: update 1.18 -> 1.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In particular, this fixes a crash on shutdown. From upstream's ChangeLog: ver 1.19: Fix issue with DHCP parsing and Huawei modems. Fix issue with detecting Huawei E3372 modem. Fix issue with handling serving cell info. Fix issue with handling SIM SC facility lock. Fix issue with Android RIL PIN retry logic. Fix issue with Android RIL and RAT handling. Add support for Android RIL cell broadcast. Add support for SoFIA 3GR thermal management. Signed-off-by: André Draszik Signed-off-by: Ross Burton --- meta/recipes-connectivity/ofono/ofono_1.18.bb | 10 ---------- meta/recipes-connectivity/ofono/ofono_1.19.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.18.bb create mode 100644 meta/recipes-connectivity/ofono/ofono_1.19.bb diff --git a/meta/recipes-connectivity/ofono/ofono_1.18.bb b/meta/recipes-connectivity/ofono/ofono_1.18.bb deleted file mode 100644 index b0707311ad..0000000000 --- a/meta/recipes-connectivity/ofono/ofono_1.18.bb +++ /dev/null @@ -1,10 +0,0 @@ -require ofono.inc - -SRC_URI = "\ - ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ - file://ofono \ -" -SRC_URI[md5sum] = "0a6b37c8ace891cb2a7ca5d121043a0a" -SRC_URI[sha256sum] = "53cdbf342913f46bce4827241c60e24255a3d43a94945edf77482ae5b312d51f" - -CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" diff --git a/meta/recipes-connectivity/ofono/ofono_1.19.bb b/meta/recipes-connectivity/ofono/ofono_1.19.bb new file mode 100644 index 0000000000..adebd71c36 --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_1.19.bb @@ -0,0 +1,10 @@ +require ofono.inc + +SRC_URI = "\ + ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ + file://ofono \ +" +SRC_URI[md5sum] = "a5f8803ace110511b6ff5a2b39782e8b" +SRC_URI[sha256sum] = "a0e09bdd8b53b8d2e4b54f1863ecd9aebe4786477a6cbf8f655496e8edb31c81" + +CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" -- cgit 1.2.3-korg