From 07b940b75212ab018733b8002c316be06a6c65f9 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Sun, 22 Jan 2012 16:30:14 +0800 Subject: ofono: upgrade to 1.3 This patch is to upgrade ofono to 1.3 and the v1.3 ofono depends on mobile-broadband-provider-info. (From OE-Core rev: d691b150d1222a23422658d6dc4b72a3307bc77f) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ofono/ofono_1.3.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-connectivity/ofono/ofono_1.3.bb (limited to 'meta/recipes-connectivity/ofono/ofono_1.3.bb') diff --git a/meta/recipes-connectivity/ofono/ofono_1.3.bb b/meta/recipes-connectivity/ofono/ofono_1.3.bb new file mode 100644 index 0000000000..ed664a23f8 --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_1.3.bb @@ -0,0 +1,14 @@ +require ofono.inc + +PR = "r0" + +SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \ + file://ofono" + +EXTRA_OECONF += "\ + --enable-test \ + ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ +" + +SRC_URI[md5sum] = "dbe381b739c0e7830e6c075f81c8e168" +SRC_URI[sha256sum] = "02a9f1f7c1b8eeb8868290d119fe5dc90b0b5c0b6199bed5293dc06a8bf7ebeb" -- cgit v1.2.3-54-g00ecf