summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_1.12.bb
blob: 17679717ca9adc73e0073638f2f9ac7e5ab55605 (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.xz \
  file://ofono \
"
PR = "r0"

SRC_URI[md5sum] = "aa8924c0e8de3ec7ac5e41fe7df4cb99"
SRC_URI[sha256sum] = "733b75bfd1b2a1925b6de532989c496b8ae17a746691120ef64cceb00b3ef751"

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