libcanfestival: skip building examples
authorMichael Heimpold <mhei@heimpold.de>
Sun, 27 Nov 2016 21:16:43 +0000 (22:16 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Mon, 28 Nov 2016 08:10:27 +0000 (09:10 +0100)
commitaf00af445e0a9838e37f59b3409f2fe82e7a9e8a
tree586cb837dd68ef1d067dc899ede5e65a1b957f56
parent640d377622f315a60599ec6a8fd33da8de9d045b
libcanfestival: skip building examples

At the moment, LEDE buildbots are complaining with:

-snip-
...
libcanfestival/examples/TestMasterSlave/TestMasterSlave.c:50: undefined reference to `MasterMap1'
TestMasterSlave.o: In function `InitNodes':
...
-snap-

Since we are only interessted in the library itself, skip compilation
of the example code. This should both fix the build and speedup it
a little bit.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
libs/libcanfestival/Makefile
libs/libcanfestival/patches/003-makefile-skip-examples.patch [new file with mode: 0644]