summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_1.10.bb
blob: 1aa137f17f14c838702b580a5c339b69d82a0433 (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 = "r0"

SRC_URI[md5sum] = "dab284efb8cc4143d6f53d0fcc37b696"
SRC_URI[sha256sum] = "e7931ac0dbe165eb0e16a38b7cb4acca59b704f356ec13583d58027135e3efa5"


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