* [Buildroot] [PATCH v2] ofono: bump to version 1.12
@ 2013-04-13 17:53 spdawson at gmail.com
2013-04-14 21:47 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: spdawson at gmail.com @ 2013-04-13 17:53 UTC (permalink / raw)
To: buildroot
From: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
v2: Define _GNU_SOURCE in CFLAGS, as suggested by Peter Korsgaard
package/ofono/ofono.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/package/ofono/ofono.mk b/package/ofono/ofono.mk
index e552eac..5410c98 100644
--- a/package/ofono/ofono.mk
+++ b/package/ofono/ofono.mk
@@ -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
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-14 21:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-13 17:53 [Buildroot] [PATCH v2] ofono: bump to version 1.12 spdawson at gmail.com
2013-04-14 21:47 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox