diff options
author | Ross Burton <ross.burton@intel.com> | 2016-08-09 16:11:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-10 10:46:34 +0100 |
commit | ad79a894a76e0108e19ae4398c6b84c43e2ac6be (patch) | |
tree | d3d2b4c42db6c65bb6de5c7572ba4e586ad3fa9e /meta/recipes-connectivity/connman/connman.inc | |
parent | fc08ecf8b2da8c634d507a08eb7b830cfb604152 (diff) | |
download | poky-ad79a894a76e0108e19ae4398c6b84c43e2ac6be.tar.gz |
connman: clean up musl fixes
The upstreamable include fixes have been sent upstream. The patch set adds
AC_USE_SYSTEM_EXTENSIONS so we don't need to explictly define _GNU_SOURCE
anymore.
(From OE-Core rev: 6582e066fd9f9d4880e84cccbcdbb68606389309)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index f09a2de021..35a7eed0a9 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -29,7 +29,6 @@ EXTRA_OECONF += "\ | |||
29 | --disable-polkit \ | 29 | --disable-polkit \ |
30 | --enable-client \ | 30 | --enable-client \ |
31 | " | 31 | " |
32 | CFLAGS += "-D_GNU_SOURCE" | ||
33 | 32 | ||
34 | PACKAGECONFIG ??= "wispr \ | 33 | PACKAGECONFIG ??= "wispr \ |
35 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd','systemd', '', d)} \ | 34 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd','systemd', '', d)} \ |