Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 2 | Subject: vlan: do not include ${HOME}/linux/include dir |
| 3 | |
| 4 | ~/linux/include dir may exist and so will be added to include path |
| 5 | in front of sanitized kernel headers in OE chroot. Drop this include |
| 6 | option. |
| 7 | |
| 8 | Upstream-Status: not-applicable |
| 9 | |
| 10 | Index: 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 |