From 88bb7ce9e9b3b0fcfc251333f83816cc33ad0906 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 29 Apr 2012 10:46:42 +0200 Subject: 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 can be included directly." (From OE-Core rev: 72684aac1d97469ee5cf9ef0d017a8b933e2a6d6) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ofono/ofono_1.6.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-connectivity/ofono/ofono_1.6.bb (limited to 'meta/recipes-connectivity/ofono/ofono_1.6.bb') 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 @@ +require ofono.inc + +SRC_URI = "\ + ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ + file://ofono \ +" +SRC_URI[md5sum] = "d863b2b650a525cf75056085398bc8ef" +SRC_URI[sha256sum] = "63e38ea1cf35b00ecbab7611c6caa2adcd33eb10495f7a9f72013d4ab7a14c98" + + +EXTRA_OECONF += "\ + --enable-test \ + ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ +" + -- cgit v1.2.3-54-g00ecf