diff options
| author | Cristian Iorga <cristian.iorga@intel.com> | 2013-11-15 22:01:12 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-18 12:44:05 +0000 |
| commit | 646a3b5c669a1816ddd1cc6299eafe918a434054 (patch) | |
| tree | f88e2032a1baadae654b054b0b157505f31069b0 | |
| parent | 36255d4c233682910a38ef9b6109b112f816c87f (diff) | |
| download | poky-646a3b5c669a1816ddd1cc6299eafe918a434054.tar.gz | |
ofono: upgrade to 1.13
obsolete_automake_macros.patch and
missing-ssize_t.patch no longer needed,
included in upstream.
Better support for BlueZ5.
(From OE-Core rev: 50ea6d79fbbece279cda908ea768673de02a3d82)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 files changed, 11 insertions, 52 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch b/meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch deleted file mode 100644 index 31a102e0ca..0000000000 --- a/meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | Upstream-Status: Submitted [ofono@ofono.org] | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff -Nurd ofono-1.12/configure.ac ofono-1.12/configure.ac | ||
| 5 | --- ofono-1.12/configure.ac 2012-12-19 21:28:44.000000000 +0200 | ||
| 6 | +++ ofono-1.12/configure.ac 2013-01-12 11:18:40.681410757 +0200 | ||
| 7 | @@ -2,7 +2,7 @@ | ||
| 8 | AC_INIT(ofono, 1.12) | ||
| 9 | |||
| 10 | AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) | ||
| 11 | -AM_CONFIG_HEADER(config.h) | ||
| 12 | +AC_CONFIG_HEADERS(config.h) | ||
| 13 | |||
| 14 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
diff --git a/meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch b/meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch deleted file mode 100644 index 71903c47da..0000000000 --- a/meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | include unistd.h for getting ssize_t definitions | ||
| 2 | Fixes errors like | ||
| 3 | |||
| 4 | | In file included from src/sms.c:38:0: | ||
| 5 | | src/storage.h:32:1: error: unknown type name 'ssize_t' | ||
| 6 | | src/storage.h:36:1: error: unknown type name 'ssize_t' | ||
| 7 | |||
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | |||
| 12 | Index: ofono-1.12/src/storage.h | ||
| 13 | =================================================================== | ||
| 14 | --- ofono-1.12.org/src/storage.h 2013-01-04 10:01:24.137804178 -0800 | ||
| 15 | +++ ofono-1.12/src/storage.h 2013-01-04 10:02:09.325806426 -0800 | ||
| 16 | @@ -26,6 +26,7 @@ | ||
| 17 | #endif | ||
| 18 | |||
| 19 | #include <fcntl.h> | ||
| 20 | +#include <unistd.h> | ||
| 21 | |||
| 22 | int create_dirs(const char *filename, const mode_t mode); | ||
| 23 | |||
diff --git a/meta/recipes-connectivity/ofono/ofono_1.12.bb b/meta/recipes-connectivity/ofono/ofono_1.12.bb deleted file mode 100644 index ad524a0418..0000000000 --- a/meta/recipes-connectivity/ofono/ofono_1.12.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | require ofono.inc | ||
| 2 | |||
| 3 | SRC_URI = "\ | ||
| 4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | ||
| 5 | file://ofono \ | ||
| 6 | file://missing-ssize_t.patch \ | ||
| 7 | file://obsolete_automake_macros.patch \ | ||
| 8 | " | ||
| 9 | |||
| 10 | PR = "r2" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "aa8924c0e8de3ec7ac5e41fe7df4cb99" | ||
| 13 | SRC_URI[sha256sum] = "733b75bfd1b2a1925b6de532989c496b8ae17a746691120ef64cceb00b3ef751" | ||
| 14 | |||
| 15 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" | ||
diff --git a/meta/recipes-connectivity/ofono/ofono_1.13.bb b/meta/recipes-connectivity/ofono/ofono_1.13.bb new file mode 100644 index 0000000000..7a7e65c77c --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_1.13.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require ofono.inc | ||
| 2 | |||
| 3 | SRC_URI = "\ | ||
| 4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | ||
| 5 | file://ofono \ | ||
| 6 | " | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "78112668d8444bc28d4b3359efd866f6" | ||
| 9 | SRC_URI[sha256sum] = "3329c0af1e672777122981dfb9728b2c517f30f9d1b997e08e6177eb0109f0d3" | ||
| 10 | |||
| 11 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" | ||
