lcdapi-0001-Remove-installation-of-docs-examples.patch 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. They get installed in the wrong directory, i.e if DESTDIR is
  6. /path/to/output/target, they will be installed in
  7. /path/to/output/target./examples and /path/to/output/target./docs.
  8. Since we don't need docs and examples in Buildroot anyway, simply get
  9. rid of them.
  10. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  11. ---
  12. Makefile.am | 11 -----------
  13. 1 file changed, 11 deletions(-)
  14. diff --git a/Makefile.am b/Makefile.am
  15. index c56860a..6b1267b 100644
  16. --- a/Makefile.am
  17. +++ b/Makefile.am
  18. @@ -69,14 +69,3 @@ liblcdapi_la_CXXFLAGS = \
  19. -g0 -DNODEBUG -Os
  20. ACLOCAL_AMFLAGS = -I m4
  21. -
  22. -docsdir = $(top_srcdir)/docs
  23. -exampledir = $(top_srcdir)/example
  24. -dist_docs_DATA = \
  25. - docs/Makefile.am \
  26. - docs/Makefile.in \
  27. - docs/Doxyfile.in
  28. -dist_example_DATA = \
  29. - example/client.cpp \
  30. - example/Makefile.am \
  31. - example/Makefile.in
  32. --
  33. 2.0.0