1From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 2Subject: vlan: do not include ${HOME}/linux/include dir 3 4~/linux/include dir may exist and so will be added to include path 5in front of sanitized kernel headers in OE chroot. Drop this include 6option. 7 8Upstream-Status: Inappropriate [embedded specific] 9 10Index: vlan/MakeInclude 11=================================================================== 12--- vlan.orig/MakeInclude 13+++ vlan/MakeInclude 14@@ -16,7 +16,7 @@ ifeq "${PLATFORM}" "" 15 endif 16 17 ## You may need to change this linux/include part. 18-CCFLAGS = -g -D_GNU_SOURCE -Wall -I${HOME}/linux/include 19+CCFLAGS = -g -D_GNU_SOURCE -Wall 20 LDLIBS = # -lm #-lnsl # -lsocket 21 22 ARM_TC_BIN = ${HOME}/Intrinsyc/bin 23