summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_1.8.bb
blob: e2d97f0f66d97c5e9283abeccf8eb0b67ece595d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)} \
"