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 | 13 |
1 files changed, 9 insertions, 4 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 2124ebafe8..7117d99a39 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 | |||
@@ -14,6 +14,11 @@ Do not build man to workaround the issue. | |||
14 | Upstream-Status: Pending | 14 | 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 | |||
18 | |||
19 | Update context for lvm2 2.03.02. | ||
20 | |||
21 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
17 | --- | 22 | --- |
18 | Makefile.in | 6 +++--- | 23 | Makefile.in | 6 +++--- |
19 | configure.ac | 1 - | 24 | configure.ac | 1 - |
@@ -41,7 +46,7 @@ index 6a1a990..80cba91 100644 | |||
41 | libdaemon lib tools daemons libdm \ | 46 | libdaemon lib tools daemons libdm \ |
42 | udev po | 47 | udev po |
43 | tools.distclean: test.distclean | 48 | tools.distclean: test.distclean |
44 | @@ -59,7 +59,7 @@ libdm.device-mapper: include.device-mapper | 49 | @@ -65,7 +65,7 @@ libdm.device-mapper: include.device-mapper |
45 | daemons.device-mapper: libdm.device-mapper | 50 | daemons.device-mapper: libdm.device-mapper |
46 | tools.device-mapper: libdm.device-mapper | 51 | tools.device-mapper: libdm.device-mapper |
47 | scripts.device-mapper: include.device-mapper | 52 | scripts.device-mapper: include.device-mapper |
@@ -51,17 +56,17 @@ index 6a1a990..80cba91 100644 | |||
51 | ifeq ("@INTL@", "yes") | 56 | ifeq ("@INTL@", "yes") |
52 | lib.pofile: include.pofile | 57 | lib.pofile: include.pofile |
53 | diff --git a/configure.ac b/configure.ac | 58 | diff --git a/configure.ac b/configure.ac |
54 | index 9c45745..8fee4c4 100644 | 59 | index 7fd0561..4154dc0 100644 |
55 | --- a/configure.ac | 60 | --- a/configure.ac |
56 | +++ b/configure.ac | 61 | +++ b/configure.ac |
57 | @@ -1806,7 +1806,6 @@ libdaemon/server/Makefile | 62 | @@ -1812,7 +1812,6 @@ libdaemon/server/Makefile |
58 | libdm/Makefile | 63 | libdm/Makefile |
59 | libdm/dm-tools/Makefile | 64 | libdm/dm-tools/Makefile |
60 | libdm/libdevmapper.pc | 65 | libdm/libdevmapper.pc |
61 | -man/Makefile | 66 | -man/Makefile |
62 | po/Makefile | 67 | po/Makefile |
68 | scripts/lvm2-pvscan.service | ||
63 | scripts/blkdeactivate.sh | 69 | scripts/blkdeactivate.sh |
64 | scripts/blk_availability_init_red_hat | ||
65 | -- | 70 | -- |
66 | 2.7.4 | 71 | 2.7.4 |
67 | 72 | ||