The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lcdapi / 0001-Remove-installation-of-docs-examples.patch
1 From ede0fa7d410be407164b68570a1540378bf0bd09 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Sat, 19 Jul 2014 10:40:59 +0200
4 Subject: [PATCH] Remove installation of docs/examples
5
6 They get installed in the wrong directory, i.e if DESTDIR is
7 /path/to/output/target, they will be installed in
8 /path/to/output/target./examples and /path/to/output/target./docs.
9
10 Since we don't need docs and examples in Buildroot anyway, simply get
11 rid of them.
12
13 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 ---
15  Makefile.am | 11 -----------
16  1 file changed, 11 deletions(-)
17
18 diff --git a/Makefile.am b/Makefile.am
19 index c56860a..6b1267b 100644
20 --- a/Makefile.am
21 +++ b/Makefile.am
22 @@ -69,14 +69,3 @@ liblcdapi_la_CXXFLAGS = \
23         -g0 -DNODEBUG -Os
24  
25  ACLOCAL_AMFLAGS = -I m4
26 -
27 -docsdir = $(top_srcdir)/docs
28 -exampledir = $(top_srcdir)/example
29 -dist_docs_DATA = \
30 -       docs/Makefile.am \
31 -       docs/Makefile.in \
32 -       docs/Doxyfile.in
33 -dist_example_DATA = \
34 -       example/client.cpp \
35 -       example/Makefile.am \
36 -       example/Makefile.in
37 -- 
38 2.0.0
39