diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-01-23 18:00:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-26 10:41:10 +0000 |
commit | e6178138968717e1bdb7af7b5aed42fc74d956ab (patch) | |
tree | ed92aaf8542c8db97072f20cf8ccab77571e25ea /meta/recipes-connectivity/connman/connman_1.33.bb | |
parent | 2e6ba167bee7c7b42b1e0e96eb5a7be2eb0fd2c0 (diff) | |
download | openembedded-core-e6178138968717e1bdb7af7b5aed42fc74d956ab.tar.gz openembedded-core-e6178138968717e1bdb7af7b5aed42fc74d956ab.tar.bz2 openembedded-core-e6178138968717e1bdb7af7b5aed42fc74d956ab.zip |
connman: Add workaround to build with musl & 4.9 headers
Kernel headers break when musl defines IFF_LOWER_UP. While
waiting for more proper fix in musl, add a workaround to connman.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.33.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.33.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.33.bb b/meta/recipes-connectivity/connman/connman_1.33.bb index 56a0a0fb23..4129b05bb5 100644 --- a/meta/recipes-connectivity/connman/connman_1.33.bb +++ b/meta/recipes-connectivity/connman/connman_1.33.bb @@ -7,7 +7,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ file://includes.patch \ file://0003-stats-Fix-bad-file-descriptor-initialisation.patch \ " -SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" +SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch \ + file://0001-Fix-compile-on-musl-with-kernel-4.9-headers.patch" SRC_URI[md5sum] = "c51903fd3e7a6a371d12ac5d72a1fa01" SRC_URI[sha256sum] = "bc8946036fa70124d663136f9f6b6238d897ca482782df907b07a428b09df5a0" |