summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_1.12.bb
blob: c33ede4b47e67566ab2188500aab6d1083526357 (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.xz \
  file://ofono \
  file://missing-ssize_t.patch \
"
PR = "r1"

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"