From 11a3e6123ed1c44e5de81d3aa93737505e25626c Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Wed, 4 Jul 2012 14:34:03 +0300 Subject: ofono: update to ver. 1.8 (From OE-Core rev: 80f05ff2afed7ef24d17209d39a17cf8139855bb) Signed-off-by: Cristian Iorga Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ofono/ofono_1.6.bb | 15 --------------- meta/recipes-connectivity/ofono/ofono_1.8.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.6.bb create mode 100644 meta/recipes-connectivity/ofono/ofono_1.8.bb (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/ofono/ofono_1.6.bb b/meta/recipes-connectivity/ofono/ofono_1.6.bb deleted file mode 100644 index 386ffee70e..0000000000 --- a/meta/recipes-connectivity/ofono/ofono_1.6.bb +++ /dev/null @@ -1,15 +0,0 @@ -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)} \ -" - diff --git a/meta/recipes-connectivity/ofono/ofono_1.8.bb b/meta/recipes-connectivity/ofono/ofono_1.8.bb new file mode 100644 index 0000000000..e2d97f0f66 --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_1.8.bb @@ -0,0 +1,16 @@ +require ofono.inc + +SRC_URI = "\ + ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ + file://ofono \ +" + +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