]> code.ossystems Code Review - openembedded-core.git/commit
ppp: include netinet/in.h before linux/in.h in pppoe.h
authorYi Zhao <yi.zhao@windriver.com>
Fri, 17 Nov 2017 02:17:13 +0000 (10:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Dec 2017 11:24:34 +0000 (11:24 +0000)
commit85095edfc4bbf23d853fc21fbfb454e598206a24
tree8de8cd3c12a1ab9205c643fbcc71b5ccdbd48ce9
parentaddf309165059a113a6d02ea5fb29a0f495c1485
ppp: include netinet/in.h before linux/in.h in pppoe.h

The patch ppp-fix-building-with-linux-4.8.patch tries to fix build error
with 4.8 or newer linux headers, but it would break building with kernel
< 4.8. There is a better solution to fix this issue in upstream.
Backport the upstream patch and replace the old one.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/ppp/ppp/0001-pppoe-include-netinet-in.h-before-linux-in.h.patch [new file with mode: 0644]
meta/recipes-connectivity/ppp/ppp/ppp-fix-building-with-linux-4.8.patch [deleted file]
meta/recipes-connectivity/ppp/ppp_2.4.7.bb