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:45:33 +0100 |
commit | 6582e066fd9f9d4880e84cccbcdbb68606389309 (patch) | |
tree | bf64856bfb8217fcca34f08fc756f4915cb58af4 /meta/recipes-connectivity/connman/connman.inc | |
parent | 0194531627735c1f5643ff1bd1bca27ca05c8e95 (diff) | |
download | openembedded-core-6582e066fd9f9d4880e84cccbcdbb68606389309.tar.gz openembedded-core-6582e066fd9f9d4880e84cccbcdbb68606389309.tar.bz2 openembedded-core-6582e066fd9f9d4880e84cccbcdbb68606389309.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 += "\ --disable-polkit \ --enable-client \ " -CFLAGS += "-D_GNU_SOURCE" PACKAGECONFIG ??= "wispr \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd','systemd', '', d)} \ |