summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_1.8.bb
blob: 86767f119201a54b7f98814e9c83e7b4d0a93f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require ofono.inc

SRC_URI  = "\
  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \
  file://ofono \
"
PR = "r1"

SRC_URI[md5sum] = "e457ea13db22bb2de77767c867dcc4d3"
SRC_URI[sha256sum] = "164b413068e810281a5e6c9bb90d5002d80f1c30bef2f3ffdbe70f963079524d"


EXTRA_OECONF += "\
    --enable-test \
    ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
"