mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
ofono: upgrade to 1.15
- Bug fixes; Add support for Handsfree subscriber number feature; Add support for Handsfree multiple DTMF characters; Add support for PAP authentication. - Added patch to revert tests to work with Python2.x. (From OE-Core rev: 21f95b2db0f22dcb4d9cd59a90f291f72982f2a1) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b2b40576d7
commit
778e892bb6
File diff suppressed because it is too large
Load Diff
@@ -1,13 +0,0 @@
|
|||||||
require ofono.inc
|
|
||||||
|
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
SRC_URI = "\
|
|
||||||
${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
|
|
||||||
file://ofono \
|
|
||||||
"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "8bc398d86642408cc71d039f59c61538"
|
|
||||||
SRC_URI[sha256sum] = "84d28d37cbc47129628a78bf3e17323af1636dceb2494511dd44caa829fb277f"
|
|
||||||
|
|
||||||
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
|
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
require ofono.inc
|
||||||
|
|
||||||
|
SRC_URI = "\
|
||||||
|
${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
|
||||||
|
file://ofono \
|
||||||
|
file://Revert-test-Convert-to-Python-3.patch \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "4d03de85239d8100dc7721bf0dad2bd2"
|
||||||
|
SRC_URI[sha256sum] = "978807a05e8904eb4e57d6533ed71e75676a55fa3819a39fe2c878f45dbf7af6"
|
||||||
|
|
||||||
|
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
|
||||||
Reference in New Issue
Block a user