diff options
Diffstat (limited to 'meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch')
-rw-r--r-- | meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch b/meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch index 9b328a10a..97fb097fe 100644 --- a/meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch +++ b/meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From db32ba60ca75d288d3ac08b54256cb74d9e1581a Mon Sep 17 00:00:00 2001 | 1 | From 1f7d106c7d982fe055addc8d883b161202233175 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Wed, 26 Apr 2017 03:47:58 -0400 | 3 | Date: Wed, 26 Apr 2017 03:47:58 -0400 |
4 | Subject: [PATCH 1/3] Makefile.am: remove doc and apidoc | 4 | Subject: [PATCH 1/4] Makefile.am: remove doc and apidoc |
5 | 5 | ||
6 | There was a failure at do_install time, so remove doc to workaround. | 6 | There was a failure at do_install time, so remove doc to workaround. |
7 | 7 | ||
@@ -13,7 +13,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 14 | ||
15 | diff --git a/Makefile.am b/Makefile.am | 15 | diff --git a/Makefile.am b/Makefile.am |
16 | index c6ab640..fb09fc1 100644 | 16 | index 9ad827c..34364a8 100644 |
17 | --- a/Makefile.am | 17 | --- a/Makefile.am |
18 | +++ b/Makefile.am | 18 | +++ b/Makefile.am |
19 | @@ -1,5 +1,5 @@ | 19 | @@ -1,5 +1,5 @@ |
@@ -24,5 +24,5 @@ index c6ab640..fb09fc1 100644 | |||
24 | EXTRA_DIST = \ | 24 | EXTRA_DIST = \ |
25 | libreport.pc.in \ | 25 | libreport.pc.in \ |
26 | -- | 26 | -- |
27 | 2.8.1 | 27 | 2.7.4 |
28 | 28 | ||