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 +++++++++++++++++ meta/recipes-connectivity/ofono/ofono_1.8.bb | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 meta/recipes-connectivity/ofono/ofono_1.10.bb delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.8.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)} \ +" + diff --git a/meta/recipes-connectivity/ofono/ofono_1.8.bb b/meta/recipes-connectivity/ofono/ofono_1.8.bb deleted file mode 100644 index 86767f1192..0000000000 --- a/meta/recipes-connectivity/ofono/ofono_1.8.bb +++ /dev/null @@ -1,17 +0,0 @@ -require ofono.inc - -SRC_URI = "\ - ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ - file://ofono \ -" -PR = "r1" - -SRC_URI[md5sum] = "e457ea13db22bb2de77767c867dcc4d3" -SRC_URI[sha256sum] = "164b413068e810281a5e6c9bb90d5002d80f1c30bef2f3ffdbe70f963079524d" - - -EXTRA_OECONF += "\ - --enable-test \ - ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ -" - -- cgit v1.2.3-54-g00ecf