summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_1.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_1.8.bb')
-rw-r--r--meta/recipes-connectivity/ofono/ofono_1.8.bb16
1 files changed, 16 insertions, 0 deletions
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 @@
1require ofono.inc
2
3SRC_URI = "\
4 ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \
5 file://ofono \
6"
7
8SRC_URI[md5sum] = "e457ea13db22bb2de77767c867dcc4d3"
9SRC_URI[sha256sum] = "164b413068e810281a5e6c9bb90d5002d80f1c30bef2f3ffdbe70f963079524d"
10
11
12EXTRA_OECONF += "\
13 --enable-test \
14 ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
15"
16