diff options
Diffstat (limited to 'meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch')
-rw-r--r-- | meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch | 46 |
1 files changed, 29 insertions, 17 deletions
diff --git a/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch b/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch index 01477e0c9..e3ce4c8ac 100644 --- a/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch +++ b/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | From d8bb25e34d6533ba78eaae697771ee499a66706f Mon Sep 17 00:00:00 2001 | 1 | From 51d661ff33bb254d7b335a9c87acf5c6e7a94192 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, 2 Aug 2017 03:41:37 -0400 | 3 | Date: Tue, 31 Jul 2018 15:08:34 +0800 |
4 | Subject: [PATCH] do not build manual | 4 | Subject: [PATCH] do not build manual |
5 | 5 | ||
6 | On some host (ubuntu 1404), build manual failed. | 6 | On some host (ubuntu 1404), build manual failed. |
@@ -15,24 +15,33 @@ Upstream-Status: Pending | |||
15 | 15 | ||
16 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 16 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
17 | --- | 17 | --- |
18 | Makefile.in | 4 ++-- | 18 | Makefile.in | 6 +++--- |
19 | configure.in | 1 - | 19 | configure.ac | 1 - |
20 | 2 files changed, 2 insertions(+), 3 deletions(-) | 20 | 2 files changed, 3 insertions(+), 4 deletions(-) |
21 | 21 | ||
22 | Index: LVM2.2.02.177/Makefile.in | 22 | diff --git a/Makefile.in b/Makefile.in |
23 | =================================================================== | 23 | index e2f5a84..acf31e5 100644 |
24 | --- LVM2.2.02.177.orig/Makefile.in | 24 | --- a/Makefile.in |
25 | +++ LVM2.2.02.177/Makefile.in | 25 | +++ b/Makefile.in |
26 | @@ -18,7 +18,7 @@ top_builddir = @top_builddir@ | 26 | @@ -18,7 +18,7 @@ top_builddir = @top_builddir@ |
27 | abs_top_builddir = @abs_top_builddir@ | 27 | abs_top_builddir = @abs_top_builddir@ |
28 | abs_top_srcdir = @abs_top_srcdir@ | 28 | abs_top_srcdir = @abs_top_srcdir@ |
29 | 29 | ||
30 | -SUBDIRS = conf daemons include lib libdaemon libdm man scripts tools | 30 | -SUBDIRS = conf daemons include lib libdaemon libdm man scripts device_mapper tools |
31 | +SUBDIRS = conf daemons include lib libdaemon libdm scripts tools | 31 | +SUBDIRS = conf daemons include lib libdaemon libdm scripts device_mapper tools |
32 | 32 | ||
33 | ifeq ("@UDEV_RULES@", "yes") | 33 | ifeq ("@UDEV_RULES@", "yes") |
34 | SUBDIRS += udev | 34 | SUBDIRS += udev |
35 | @@ -69,7 +69,7 @@ liblvm.device-mapper: include.device-map | 35 | @@ -41,7 +41,7 @@ ifeq ($(MAKECMDGOALS),clean) |
36 | endif | ||
37 | # FIXME Should use intermediate Makefiles here! | ||
38 | ifeq ($(MAKECMDGOALS),distclean) | ||
39 | - SUBDIRS = conf include man test scripts \ | ||
40 | + SUBDIRS = conf include test scripts \ | ||
41 | libdaemon lib tools daemons libdm \ | ||
42 | udev po liblvm python device_mapper | ||
43 | tools.distclean: test.distclean | ||
44 | @@ -71,7 +71,7 @@ liblvm.device-mapper: include.device-mapper | ||
36 | daemons.device-mapper: libdm.device-mapper | 45 | daemons.device-mapper: libdm.device-mapper |
37 | tools.device-mapper: libdm.device-mapper | 46 | tools.device-mapper: libdm.device-mapper |
38 | scripts.device-mapper: include.device-mapper | 47 | scripts.device-mapper: include.device-mapper |
@@ -41,11 +50,11 @@ Index: LVM2.2.02.177/Makefile.in | |||
41 | 50 | ||
42 | ifeq ("@INTL@", "yes") | 51 | ifeq ("@INTL@", "yes") |
43 | lib.pofile: include.pofile | 52 | lib.pofile: include.pofile |
44 | Index: LVM2.2.02.177/configure.in | 53 | diff --git a/configure.ac b/configure.ac |
45 | =================================================================== | 54 | index aa374ea..5a92cba 100644 |
46 | --- LVM2.2.02.177.orig/configure.in | 55 | --- a/configure.ac |
47 | +++ LVM2.2.02.177/configure.in | 56 | +++ b/configure.ac |
48 | @@ -2216,7 +2216,6 @@ libdm/Makefile | 57 | @@ -2124,7 +2124,6 @@ libdm/Makefile |
49 | libdm/libdevmapper.pc | 58 | libdm/libdevmapper.pc |
50 | liblvm/Makefile | 59 | liblvm/Makefile |
51 | liblvm/liblvm2app.pc | 60 | liblvm/liblvm2app.pc |
@@ -53,3 +62,6 @@ Index: LVM2.2.02.177/configure.in | |||
53 | po/Makefile | 62 | po/Makefile |
54 | python/Makefile | 63 | python/Makefile |
55 | python/setup.py | 64 | python/setup.py |
65 | -- | ||
66 | 2.7.4 | ||
67 | |||