From 52ea1f8b7a146b41d689c6a0d5169b45d75141b4 Mon Sep 17 00:00:00 2001 From: Constantin Musca Date: Thu, 16 Aug 2012 15:55:16 +0300 Subject: ofono: upgrade to 1.10 (From OE-Core rev: a163b79dce143ba54631dde845c5958dd11fd74e) Signed-off-by: Constantin Musca Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ofono/ofono_1.10.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-connectivity/ofono/ofono_1.10.bb (limited to 'meta/recipes-connectivity/ofono/ofono_1.10.bb') diff --git a/meta/recipes-connectivity/ofono/ofono_1.10.bb b/meta/recipes-connectivity/ofono/ofono_1.10.bb new file mode 100644 index 0000000000..1aa137f17f --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_1.10.bb @@ -0,0 +1,17 @@ +require ofono.inc + +SRC_URI = "\ + ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ + file://ofono \ +" +PR = "r0" + +SRC_URI[md5sum] = "dab284efb8cc4143d6f53d0fcc37b696" +SRC_URI[sha256sum] = "e7931ac0dbe165eb0e16a38b7cb4acca59b704f356ec13583d58027135e3efa5" + + +EXTRA_OECONF += "\ + --enable-test \ + ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ +" + -- cgit v1.2.3-54-g00ecf