aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/ofono/ofono_1.6.bb
blob: 386ffee70e0c27e77e10e6c265fd5bcca2e5e1b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require ofono.inc

SRC_URI  = "\
  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \
  file://ofono \
"
SRC_URI[md5sum] = "d863b2b650a525cf75056085398bc8ef"
SRC_URI[sha256sum] = "63e38ea1cf35b00ecbab7611c6caa2adcd33eb10495f7a9f72013d4ab7a14c98"


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