aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch
blob: 1ee0dd2f5579442747fb861736e3fab23b43f048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 1f7d106c7d982fe055addc8d883b161202233175 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Wed, 26 Apr 2017 03:47:58 -0400
Subject: [PATCH 1/4] Makefile.am: remove doc and apidoc

There was a failure at do_install time, so remove doc to workaround.

Upstream-Status: Inappropriate [workaround]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 9ad827c..34364a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = po src tests doc apidoc
+SUBDIRS = po src tests
 
 EXTRA_DIST = \
     libreport.pc.in \
-- 
2.7.4