• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/lcdapi/0001-Remove-installation-of-docs-examples.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
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
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.