diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-04-29 10:46:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 12:38:07 +0100 |
commit | 88bb7ce9e9b3b0fcfc251333f83816cc33ad0906 (patch) | |
tree | 6832adab2236a117b48c347406cb1c2d101a7abc | |
parent | 813bbb84859d149d31705cc5703cda4354d50103 (diff) | |
download | poky-88bb7ce9e9b3b0fcfc251333f83816cc33ad0906.tar.gz |
ofono: upgrade to 1.6
* 1.5 is not compatible with glib-2.32 and newer
| In file included from gisi/client.h:30:0,
| from gisi/client.c:33:
|/OE/shr-core/tmp-eglibc/sysroots/spitz/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only <glib.h> can be included directly."
(From OE-Core rev: 72684aac1d97469ee5cf9ef0d017a8b933e2a6d6)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.5.bb | 14 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.6.bb | 15 |
2 files changed, 15 insertions, 14 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.5.bb deleted file mode 100644 index dad813f8c9..0000000000 --- a/meta/recipes-connectivity/ofono/ofono_1.5.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | require ofono.inc | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \ | ||
6 | file://ofono" | ||
7 | |||
8 | EXTRA_OECONF += "\ | ||
9 | --enable-test \ | ||
10 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ | ||
11 | " | ||
12 | |||
13 | SRC_URI[md5sum] = "a54935a2a86b90300410c6c033284f6c" | ||
14 | SRC_URI[sha256sum] = "3a70608c17f3dca34c1e057aacdf836021322dfdcaf9edc777119eafe48076b3" | ||
diff --git a/meta/recipes-connectivity/ofono/ofono_1.6.bb b/meta/recipes-connectivity/ofono/ofono_1.6.bb new file mode 100644 index 0000000000..386ffee70e --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_1.6.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require ofono.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ | ||
5 | file://ofono \ | ||
6 | " | ||
7 | SRC_URI[md5sum] = "d863b2b650a525cf75056085398bc8ef" | ||
8 | SRC_URI[sha256sum] = "63e38ea1cf35b00ecbab7611c6caa2adcd33eb10495f7a9f72013d4ab7a14c98" | ||
9 | |||
10 | |||
11 | EXTRA_OECONF += "\ | ||
12 | --enable-test \ | ||
13 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ | ||
14 | " | ||
15 | |||