summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_1.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_1.10.bb')
-rw-r--r--meta/recipes-connectivity/ofono/ofono_1.10.bb17
1 files changed, 17 insertions, 0 deletions
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 0000000..1aa137f
--- /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)} \
+"
+
OpenPOWER on IntegriCloud