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.8.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-connectivity/ofono/ofono_1.8.bb (limited to 'meta/recipes-connectivity/ofono/ofono_1.8.bb') 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