Commit 2d1882ed authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

ofono: bump to version 1.12

parent f5e31781
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# ofono
#
#############################################################
OFONO_VERSION = 1.7
OFONO_VERSION = 1.12
OFONO_SITE = $(BR2_KERNEL_MIRROR)/linux/network/ofono
OFONO_DEPENDENCIES = \
	host-pkgconf \
@@ -14,6 +14,10 @@ OFONO_DEPENDENCIES = \

OFONO_CONF_OPT = --disable-test

# N.B. Qualcomm QMI modem support requires O_CLOEXEC; so
# make sure that it is defined.
OFONO_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"

ifeq ($(BR2_PACKAGE_UDEV),y)
	OFONO_CONF_OPT += --enable-udev
	OFONO_DEPENDENCIES += udev