diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2025-11-18 13:27:22 +1300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-18 08:17:55 -0800 |
| commit | c5560026f6729fb2d2f929b2dbc434af907f7c32 (patch) | |
| tree | 5dca28f586d78a1d0c0beb12ff216d0ddb0c04ee | |
| parent | e09a58d3d2b62e5da1368d961e451d550f1506fc (diff) | |
| download | meta-openembedded-c5560026f6729fb2d2f929b2dbc434af907f7c32.tar.gz | |
multipath-tools: upgrade 0.11.1 -> 0.11.3
Dropped 0001-libmpathutils-uxsock.c-Include-string.h-for-memcpy.patch and
0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch which are now
merged in the upstream.
Refreshed other patches for the new version.
Release Note:
https://github.com/opensvc/multipath-tools/blob/0.11.3/NEWS.md
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 files changed, 24 insertions, 113 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch b/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch index 909fd77ba2..e7a36af622 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 68160e86472b197107c60bf6e5a3d126040e85b6 Mon Sep 17 00:00:00 2001 | 1 | From 9fb89db1bb09efc5b31a140c26d540072083c5e5 Mon Sep 17 00:00:00 2001 |
| 2 | From: Benjamin Marzinski <bmarzins@redhat.com> | 2 | From: Benjamin Marzinski <bmarzins@redhat.com> |
| 3 | Date: Thu, 13 Apr 2017 07:22:23 -0500 | 3 | Date: Thu, 13 Apr 2017 07:22:23 -0500 |
| 4 | Subject: [PATCH] RH: fixup udev rules for redhat | 4 | Subject: [PATCH] RH: fixup udev rules for redhat |
| @@ -28,7 +28,7 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | |||
| 28 | 3 files changed, 4 insertions(+), 4 deletions(-) | 28 | 3 files changed, 4 insertions(+), 4 deletions(-) |
| 29 | 29 | ||
| 30 | diff --git a/Makefile.inc b/Makefile.inc | 30 | diff --git a/Makefile.inc b/Makefile.inc |
| 31 | index 729618bd..69521882 100644 | 31 | index 65f6efc8..596e68c0 100644 |
| 32 | --- a/Makefile.inc | 32 | --- a/Makefile.inc |
| 33 | +++ b/Makefile.inc | 33 | +++ b/Makefile.inc |
| 34 | @@ -62,7 +62,7 @@ tmpfilesdir := $(systemd_prefix)lib/tmpfiles.d | 34 | @@ -62,7 +62,7 @@ tmpfilesdir := $(systemd_prefix)lib/tmpfiles.d |
| @@ -74,6 +74,3 @@ index 67fb5e62..2ea9e528 100644 | |||
| 74 | $(Q)$(RM) $(DESTDIR)$(mandir)/man8/$(EXEC).8 | 74 | $(Q)$(RM) $(DESTDIR)$(mandir)/man8/$(EXEC).8 |
| 75 | $(Q)$(RM) $(DESTDIR)$(mandir)/man5/$(EXEC).conf.5 | 75 | $(Q)$(RM) $(DESTDIR)$(mandir)/man5/$(EXEC).conf.5 |
| 76 | $(Q)$(RM) $(DESTDIR)$(tmpfilesdir)/multipath.conf | 76 | $(Q)$(RM) $(DESTDIR)$(tmpfilesdir)/multipath.conf |
| 77 | -- | ||
| 78 | 2.25.1 | ||
| 79 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0001-libmpathutils-uxsock.c-Include-string.h-for-memcpy.patch b/meta-oe/recipes-support/multipath-tools/files/0001-libmpathutils-uxsock.c-Include-string.h-for-memcpy.patch deleted file mode 100644 index 128a0c4d8d..0000000000 --- a/meta-oe/recipes-support/multipath-tools/files/0001-libmpathutils-uxsock.c-Include-string.h-for-memcpy.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From 1d444772db14f4acb8d47b874462b0cc171ab672 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Mon, 17 Feb 2025 12:01:59 -0800 | ||
| 4 | Subject: [PATCH] libmpathutils/uxsock.c: Include string.h for memcpy | ||
| 5 | |||
| 6 | Fixes | ||
| 7 | uxsock.c:72:2: error: call to undeclared library function 'memcpy' with type 'void *(void *, const void *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | ||
| 8 | |||
| 9 | Upstream-Status: Submitted [https://lore.kernel.org/dm-devel/20250217200503.4166910-1-raj.khem@gmail.com/T/#u] | ||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | Cc: Benjamin Marzinski <bmarzins@redhat.com> | ||
| 12 | Cc: Martin Wilck <mwilck@suse.com> | ||
| 13 | --- | ||
| 14 | libmpathutil/uxsock.c | 1 + | ||
| 15 | 1 file changed, 1 insertion(+) | ||
| 16 | |||
| 17 | diff --git a/libmpathutil/uxsock.c b/libmpathutil/uxsock.c | ||
| 18 | index 2135476d..a474874e 100644 | ||
| 19 | --- a/libmpathutil/uxsock.c | ||
| 20 | +++ b/libmpathutil/uxsock.c | ||
| 21 | @@ -8,6 +8,7 @@ | ||
| 22 | #include <stdlib.h> | ||
| 23 | #include <unistd.h> | ||
| 24 | #include <stdarg.h> | ||
| 25 | +#include <string.h> | ||
| 26 | #include <fcntl.h> | ||
| 27 | #include <sys/ioctl.h> | ||
| 28 | #include <sys/types.h> | ||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch b/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch index a578280491..3ed340c2cf 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From e3449e163d7fe9bf1e188f0e28962f0659e9652d Mon Sep 17 00:00:00 2001 | 1 | From 14716a10c22206722ee48b44b88f0eec5203f228 Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Fri, 1 Mar 2024 10:34:06 +0800 | 3 | Date: Fri, 1 Mar 2024 10:34:06 +0800 |
| 4 | Subject: [PATCH] RH: Remove the property blacklist exception builtin | 4 | Subject: [PATCH] RH: Remove the property blacklist exception builtin |
| @@ -58,6 +58,3 @@ index 17e1b54a..2cfb18b8 100644 | |||
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | static void free_ble(struct blentry *ble) | 60 | static void free_ble(struct blentry *ble) |
| 61 | -- | ||
| 62 | 2.25.1 | ||
| 63 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0003-RH-don-t-start-without-a-config-file.patch b/meta-oe/recipes-support/multipath-tools/files/0003-RH-don-t-start-without-a-config-file.patch index 649f1fa778..6ff738cdec 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0003-RH-don-t-start-without-a-config-file.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0003-RH-don-t-start-without-a-config-file.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 2fe1037b8198bd00961d8df48e684296758127d1 Mon Sep 17 00:00:00 2001 | 1 | From 2cb4657779cbb6ba2309f158366df4cb32f32785 Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Fri, 23 Nov 2018 17:25:15 +0800 | 3 | Date: Fri, 23 Nov 2018 17:25:15 +0800 |
| 4 | Subject: [PATCH] RH: don't start without a config file | 4 | Subject: [PATCH] RH: don't start without a config file |
| @@ -101,11 +101,11 @@ index 7bc8806e..315884eb 100644 | |||
| 101 | . | 101 | . |
| 102 | .\" ---------------------------------------------------------------------------- | 102 | .\" ---------------------------------------------------------------------------- |
| 103 | diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in | 103 | diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in |
| 104 | index b6a25b31..f78bb91b 100644 | 104 | index eb58943c..553e27f9 100644 |
| 105 | --- a/multipathd/multipathd.service.in | 105 | --- a/multipathd/multipathd.service.in |
| 106 | +++ b/multipathd/multipathd.service.in | 106 | +++ b/multipathd/multipathd.service.in |
| 107 | @@ -5,6 +5,7 @@ Before=local-fs-pre.target blk-availability.service shutdown.target | 107 | @@ -5,6 +5,7 @@ Before=local-fs-pre.target blk-availability.service shutdown.target |
| 108 | Wants=systemd-udevd-kernel.socket @MODPROBE_UNIT@ | 108 | Wants=systemd-udevd-kernel.socket multipathd-queueing.service @MODPROBE_UNIT@ |
| 109 | After=systemd-udevd-kernel.socket @MODPROBE_UNIT@ | 109 | After=systemd-udevd-kernel.socket @MODPROBE_UNIT@ |
| 110 | After=multipathd.socket systemd-remount-fs.service | 110 | After=multipathd.socket systemd-remount-fs.service |
| 111 | +ConditionPathExists=/etc/multipath.conf | 111 | +ConditionPathExists=/etc/multipath.conf |
diff --git a/meta-oe/recipes-support/multipath-tools/files/0004-RH-use-rpm-optflags-if-present.patch b/meta-oe/recipes-support/multipath-tools/files/0004-RH-use-rpm-optflags-if-present.patch index 6556d4af85..5f65ceaa29 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0004-RH-use-rpm-optflags-if-present.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0004-RH-use-rpm-optflags-if-present.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From dd4f005ab3b38cee2776dcb0a0661c5a01befd00 Mon Sep 17 00:00:00 2001 | 1 | From c34eca043178e60ff04dc88953a71b36ce9dc1b0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Mon, 26 Nov 2018 09:19:17 +0800 | 3 | Date: Mon, 26 Nov 2018 09:19:17 +0800 |
| 4 | Subject: [PATCH] RH: use rpm optflags if present | 4 | Subject: [PATCH] RH: use rpm optflags if present |
| @@ -24,7 +24,7 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | |||
| 24 | 1 file changed, 10 insertions(+), 2 deletions(-) | 24 | 1 file changed, 10 insertions(+), 2 deletions(-) |
| 25 | 25 | ||
| 26 | diff --git a/Makefile.inc b/Makefile.inc | 26 | diff --git a/Makefile.inc b/Makefile.inc |
| 27 | index 69521882..2127f208 100644 | 27 | index 596e68c0..42766867 100644 |
| 28 | --- a/Makefile.inc | 28 | --- a/Makefile.inc |
| 29 | +++ b/Makefile.inc | 29 | +++ b/Makefile.inc |
| 30 | @@ -99,7 +99,15 @@ SYSTEMD_LIBDEPS := $(if $(SYSTEMD),$(if $(shell test $(SYSTEMD) -gt 209 && echo | 30 | @@ -99,7 +99,15 @@ SYSTEMD_LIBDEPS := $(if $(SYSTEMD),$(if $(shell test $(SYSTEMD) -gt 209 && echo |
| @@ -48,11 +48,8 @@ index 69521882..2127f208 100644 | |||
| 48 | -DRUNTIME_DIR=\"$(runtimedir)\" -DCONFIG_DIR=\"$(TGTDIR)$(configdir)\" \ | 48 | -DRUNTIME_DIR=\"$(runtimedir)\" -DCONFIG_DIR=\"$(TGTDIR)$(configdir)\" \ |
| 49 | -DDEFAULT_CONFIGFILE=\"$(TGTDIR)$(configfile)\" -DSTATE_DIR=\"$(TGTDIR)$(statedir)\" \ | 49 | -DDEFAULT_CONFIGFILE=\"$(TGTDIR)$(configfile)\" -DSTATE_DIR=\"$(TGTDIR)$(statedir)\" \ |
| 50 | -DEXTRAVERSION=\"$(EXTRAVERSION)\" -MMD -MP | 50 | -DEXTRAVERSION=\"$(EXTRAVERSION)\" -MMD -MP |
| 51 | -CFLAGS := -std=gnu99 $(CFLAGS) $(OPTFLAGS) $(WARNFLAGS) -pipe \ | 51 | -CFLAGS := -std=$(C_STD) $(CFLAGS) $(OPTFLAGS) $(WARNFLAGS) -pipe \ |
| 52 | +CFLAGS := -std=gnu99 $(CFLAGS) $(OPTFLAGS) -pipe \ | 52 | +CFLAGS := -std=$(C_STD) $(CFLAGS) $(OPTFLAGS) -pipe \ |
| 53 | -fexceptions | 53 | -fexceptions |
| 54 | BIN_CFLAGS := -fPIE -DPIE | 54 | BIN_CFLAGS := -fPIE -DPIE |
| 55 | LIB_CFLAGS := -fPIC | 55 | LIB_CFLAGS := -fPIC |
| 56 | -- | ||
| 57 | 2.25.1 | ||
| 58 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch b/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch index e7ea374cd1..26fcbd918d 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 4035b48b512b5010b1c33aeba8c58cf2705bca83 Mon Sep 17 00:00:00 2001 | 1 | From 4ce6abf6f30fc6cadc9c9fc50b66363078a0162e Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Mon, 26 Nov 2018 09:55:12 +0800 | 3 | Date: Mon, 26 Nov 2018 09:55:12 +0800 |
| 4 | Subject: [PATCH] RH: add mpathconf | 4 | Subject: [PATCH] RH: add mpathconf |
diff --git a/meta-oe/recipes-support/multipath-tools/files/0006-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch b/meta-oe/recipes-support/multipath-tools/files/0006-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch index 04160eaac5..7ce5f8b08d 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0006-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0006-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From bd65cdc704666dd4153779c74cdbb2cac6efea71 Mon Sep 17 00:00:00 2001 | 1 | From 95f4611621ed7cc5144c68c51adc58409210ad1d Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Thu, 26 Sep 2019 16:29:48 +0800 | 3 | Date: Thu, 26 Sep 2019 16:29:48 +0800 |
| 4 | Subject: [PATCH] RH: add wwids from kernel cmdline mpath.wwids with -A | 4 | Subject: [PATCH] RH: add wwids from kernel cmdline mpath.wwids with -A |
| @@ -90,6 +90,3 @@ index ee47ad9f..1ed0d85e 100644 | |||
| 90 | 90 | ||
| 91 | enum { | 91 | enum { |
| 92 | WWID_IS_NOT_FAILED = 0, | 92 | WWID_IS_NOT_FAILED = 0, |
| 93 | -- | ||
| 94 | 2.25.1 | ||
| 95 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0007-RH-warn-on-invalid-regex-instead-of-failing.patch b/meta-oe/recipes-support/multipath-tools/files/0007-RH-warn-on-invalid-regex-instead-of-failing.patch index b435e6d677..a174aa44c6 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0007-RH-warn-on-invalid-regex-instead-of-failing.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0007-RH-warn-on-invalid-regex-instead-of-failing.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 9f1075f82ecd39a9960f868eef890baf2ba36d4e Mon Sep 17 00:00:00 2001 | 1 | From 74051f361ce0b9b4405afc789c62a277aa37cc05 Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Fri, 1 Mar 2024 11:45:10 +0800 | 3 | Date: Fri, 1 Mar 2024 11:45:10 +0800 |
| 4 | Subject: [PATCH] RH: warn on invalid regex instead of failing | 4 | Subject: [PATCH] RH: warn on invalid regex instead of failing |
| @@ -100,6 +100,3 @@ index a06a6138..a734ba9b 100644 | |||
| 100 | declare_hw_snprint(bl_product, print_str) | 100 | declare_hw_snprint(bl_product, print_str) |
| 101 | 101 | ||
| 102 | declare_hw_arg_str_handler(hwhandler, 0) | 102 | declare_hw_arg_str_handler(hwhandler, 0) |
| 103 | -- | ||
| 104 | 2.25.1 | ||
| 105 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0008-RH-reset-default-find_mutipaths-value-to-off.patch b/meta-oe/recipes-support/multipath-tools/files/0008-RH-reset-default-find_mutipaths-value-to-off.patch index 9ea255cbcb..cf528447ac 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0008-RH-reset-default-find_mutipaths-value-to-off.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0008-RH-reset-default-find_mutipaths-value-to-off.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 87e19d273c46fe78933627fc4e8046e3a76da47a Mon Sep 17 00:00:00 2001 | 1 | From 261ef06a4fb24f533c240a0a747a165eec0ee0dd Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Mon, 26 Nov 2018 11:12:01 +0800 | 3 | Date: Mon, 26 Nov 2018 11:12:01 +0800 |
| 4 | Subject: [PATCH] RH: reset default find_mutipaths value to off | 4 | Subject: [PATCH] RH: reset default find_mutipaths value to off |
| @@ -29,6 +29,3 @@ index 02f7e57c..98dd66f7 100644 | |||
| 29 | #define DEFAULT_FAST_IO_FAIL 5 | 29 | #define DEFAULT_FAST_IO_FAIL 5 |
| 30 | #define DEFAULT_DEV_LOSS_TMO 600 | 30 | #define DEFAULT_DEV_LOSS_TMO 600 |
| 31 | #define DEFAULT_RETAIN_HWHANDLER RETAIN_HWHANDLER_ON | 31 | #define DEFAULT_RETAIN_HWHANDLER RETAIN_HWHANDLER_ON |
| 32 | -- | ||
| 33 | 2.25.1 | ||
| 34 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0009-multipath-tools-modify-create-config.mk-for-cross-co.patch b/meta-oe/recipes-support/multipath-tools/files/0009-multipath-tools-modify-create-config.mk-for-cross-co.patch index 661e38f684..c85d1411a9 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0009-multipath-tools-modify-create-config.mk-for-cross-co.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0009-multipath-tools-modify-create-config.mk-for-cross-co.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From c22c897e7c55fc0b8c5bdd113a0357654ee895ae Mon Sep 17 00:00:00 2001 | 1 | From 3491d5ed1633a42d1f46d50ebce324d28e02ed32 Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Tue, 4 Jun 2019 11:39:39 +0800 | 3 | Date: Tue, 4 Jun 2019 11:39:39 +0800 |
| 4 | Subject: [PATCH] multipath-tools: modify create-config.mk for | 4 | Subject: [PATCH] multipath-tools: modify create-config.mk for |
| @@ -21,7 +21,7 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
| 21 | 1 file changed, 4 deletions(-) | 21 | 1 file changed, 4 deletions(-) |
| 22 | 22 | ||
| 23 | diff --git a/create-config.mk b/create-config.mk | 23 | diff --git a/create-config.mk b/create-config.mk |
| 24 | index 8bd2c20c..40d2446a 100644 | 24 | index e8fa391c..f620da5a 100644 |
| 25 | --- a/create-config.mk | 25 | --- a/create-config.mk |
| 26 | +++ b/create-config.mk | 26 | +++ b/create-config.mk |
| 27 | @@ -127,10 +127,6 @@ ifeq ($(ENABLE_DMEVENTS_POLL),0) | 27 | @@ -127,10 +127,6 @@ ifeq ($(ENABLE_DMEVENTS_POLL),0) |
| @@ -35,6 +35,3 @@ index 8bd2c20c..40d2446a 100644 | |||
| 35 | # $(call TEST_CC_OPTION,option,fallback) | 35 | # $(call TEST_CC_OPTION,option,fallback) |
| 36 | # Test if the C compiler supports the option. | 36 | # Test if the C compiler supports the option. |
| 37 | # Evaluates to "option" if yes, and "fallback" otherwise. | 37 | # Evaluates to "option" if yes, and "fallback" otherwise. |
| 38 | -- | ||
| 39 | 2.25.1 | ||
| 40 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0010-Always-use-devmapper.patch b/meta-oe/recipes-support/multipath-tools/files/0010-Always-use-devmapper.patch index cf053680f6..61f06e633e 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0010-Always-use-devmapper.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0010-Always-use-devmapper.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From c34c65a3f5ddec22cb417872f90c2c9540a1847b Mon Sep 17 00:00:00 2001 | 1 | From 4d68ea4a75c63cf92469be95579542c434561871 Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Mon, 26 Nov 2018 11:17:41 +0800 | 3 | Date: Mon, 26 Nov 2018 11:17:41 +0800 |
| 4 | Subject: [PATCH] Always use devmapper | 4 | Subject: [PATCH] Always use devmapper |
| @@ -21,7 +21,7 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
| 21 | 1 file changed, 8 insertions(+), 28 deletions(-) | 21 | 1 file changed, 8 insertions(+), 28 deletions(-) |
| 22 | 22 | ||
| 23 | diff --git a/create-config.mk b/create-config.mk | 23 | diff --git a/create-config.mk b/create-config.mk |
| 24 | index 40d2446a..f5eb2803 100644 | 24 | index f620da5a..8ffcde02 100644 |
| 25 | --- a/create-config.mk | 25 | --- a/create-config.mk |
| 26 | +++ b/create-config.mk | 26 | +++ b/create-config.mk |
| 27 | @@ -79,34 +79,14 @@ URCU_VERSION = $(shell \ | 27 | @@ -79,34 +79,14 @@ URCU_VERSION = $(shell \ |
| @@ -67,6 +67,3 @@ index 40d2446a..f5eb2803 100644 | |||
| 67 | 67 | ||
| 68 | libmount_h := $(shell $(PKG_CONFIG) --variable=includedir mount)/libmount/libmount.h | 68 | libmount_h := $(shell $(PKG_CONFIG) --variable=includedir mount)/libmount/libmount.h |
| 69 | ifneq ($(call check_func,mnt_unref_cache,$(libmount_h)),0) | 69 | ifneq ($(call check_func,mnt_unref_cache,$(libmount_h)),0) |
| 70 | -- | ||
| 71 | 2.25.1 | ||
| 72 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch b/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch index 0c5015142c..6910146c70 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0011-fix-bug-of-do_compile-and-do_install.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 698361847e6fae321bc277a5fc518b2bd55751b8 Mon Sep 17 00:00:00 2001 | 1 | From 85c4bdd939b7f77a773d24fcc5330fc35542d7d3 Mon Sep 17 00:00:00 2001 |
| 2 | From: Wang Mingyu <wangmy@cn.fujitsu.com> | 2 | From: Wang Mingyu <wangmy@cn.fujitsu.com> |
| 3 | Date: Sun, 10 May 2020 21:22:53 +0800 | 3 | Date: Sun, 10 May 2020 21:22:53 +0800 |
| 4 | Subject: [PATCH] fix bug of do_compile and do_install | 4 | Subject: [PATCH] fix bug of do_compile and do_install |
| @@ -38,6 +38,3 @@ index f06f7faa..690dc050 100644 | |||
| 38 | libmultipath/checkers.install \ | 38 | libmultipath/checkers.install \ |
| 39 | libmultipath/prioritizers.install \ | 39 | libmultipath/prioritizers.install \ |
| 40 | libmultipath/foreign.install: libmultipath.install | 40 | libmultipath/foreign.install: libmultipath.install |
| 41 | -- | ||
| 42 | 2.25.1 | ||
| 43 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch b/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch index f47d8afe4b..bb411e3499 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 69ee17207574ca032c3cb46a3db99736de3eedf8 Mon Sep 17 00:00:00 2001 | 1 | From edb01d9a3c29d31493a0435ab35e9d438f391267 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: Mon, 25 May 2020 23:22:55 -0700 | 3 | Date: Mon, 25 May 2020 23:22:55 -0700 |
| 4 | Subject: [PATCH] add explicit dependency on libraries | 4 | Subject: [PATCH] add explicit dependency on libraries |
| @@ -35,6 +35,3 @@ index 690dc050..b775f949 100644 | |||
| 35 | 35 | ||
| 36 | DEPS_ON_MULTIPATH := \ | 36 | DEPS_ON_MULTIPATH := \ |
| 37 | multipath \ | 37 | multipath \ |
| 38 | -- | ||
| 39 | 2.25.1 | ||
| 40 | |||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0014-libdmmp-Makefile-Add-target-docs-man-dmmp_strerror.3.patch b/meta-oe/recipes-support/multipath-tools/files/0013-libdmmp-Makefile-Add-target-docs-man-dmmp_strerror.3.patch index aad46c229b..ca71a68ac4 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0014-libdmmp-Makefile-Add-target-docs-man-dmmp_strerror.3.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0013-libdmmp-Makefile-Add-target-docs-man-dmmp_strerror.3.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 6e231d887c20b2139db75e6dc6c20107273aaacd Mon Sep 17 00:00:00 2001 | 1 | From 83734bbf19bb9e256da6f92a3bda26aa0f63245d Mon Sep 17 00:00:00 2001 |
| 2 | From: =?UTF-8?q?K=C3=A9l=C3=A9fa=20San=C3=A9?= <kelefa.sane@smile.fr> | 2 | From: =?UTF-8?q?K=C3=A9l=C3=A9fa=20San=C3=A9?= <kelefa.sane@smile.fr> |
| 3 | Date: Thu, 3 Apr 2025 10:25:30 +0200 | 3 | Date: Thu, 3 Apr 2025 10:25:30 +0200 |
| 4 | Subject: [PATCH] libdmmp/Makefile: Add target docs/man/dmmp_strerror.3 to | 4 | Subject: [PATCH] libdmmp/Makefile: Add target docs/man/dmmp_strerror.3 to |
| @@ -12,7 +12,7 @@ Sometimes, the timestamps are updated in the man pages, sometimes not. | |||
| 12 | Upstream-Status: Denied | 12 | Upstream-Status: Denied |
| 13 | 13 | ||
| 14 | https://lore.kernel.org/dm-devel/72355f1d0984647e91f8c50f1c2295071af49e33.camel@suse.com/ | 14 | https://lore.kernel.org/dm-devel/72355f1d0984647e91f8c50f1c2295071af49e33.camel@suse.com/ |
| 15 | The patch has been rejected by upstream, who will update the timestamps of the | 15 | The patch has been rejected by upstream, who will update the timestamps of the |
| 16 | manpages with a new commit. | 16 | manpages with a new commit. |
| 17 | In order to be reproducible without having a random result, forcing the target | 17 | In order to be reproducible without having a random result, forcing the target |
| 18 | rebuild by adding it to .PHONY is the more acceptable solution, the alternative | 18 | rebuild by adding it to .PHONY is the more acceptable solution, the alternative |
diff --git a/meta-oe/recipes-support/multipath-tools/files/0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch b/meta-oe/recipes-support/multipath-tools/files/0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch deleted file mode 100644 index 4cca7decb8..0000000000 --- a/meta-oe/recipes-support/multipath-tools/files/0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From bcb052a8dadbd0a837986b1e15924b469fc59edc Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?K=C3=A9l=C3=A9fa=20San=C3=A9?= <kelefa.sane@smile.fr> | ||
| 3 | Date: Thu, 3 Apr 2025 10:08:49 +0200 | ||
| 4 | Subject: [PATCH] libdmmp/Makefile: Fix KBUILD_BUILD_TIMESTAMP usage | ||
| 5 | |||
| 6 | Add missing $ (Makefile need to escape '$' as '$$') | ||
| 7 | |||
| 8 | Upstream-Status: Submitted [https://lore.kernel.org/dm-devel/20250404122902.2750036-1-sofiane.hamam@smile.fr/] | ||
| 9 | |||
| 10 | Signed-off-by: Yoann Congal <yoann.congal@smile.fr> | ||
| 11 | Signed-off-by: Sofiane HAMAM <sofiane.hamam@smile.fr> | ||
| 12 | Signed-off-by: Kelefa Sane <kelefa.sane@smile.fr> | ||
| 13 | --- | ||
| 14 | libdmmp/Makefile | 2 +- | ||
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/libdmmp/Makefile b/libdmmp/Makefile | ||
| 18 | index 172ba045..7e0e2509 100644 | ||
| 19 | --- a/libdmmp/Makefile | ||
| 20 | +++ b/libdmmp/Makefile | ||
| 21 | @@ -74,7 +74,7 @@ doc: docs/man/dmmp_strerror.3 | ||
| 22 | docs/man/dmmp_strerror.3: $(HEADERS) | ||
| 23 | $(Q)TEMPFILE=$(shell mktemp); \ | ||
| 24 | cat $^ | perl docs/doc-preclean.pl >$$TEMPFILE; \ | ||
| 25 | - [ "$KBUILD_BUILD_TIMESTAMP" ] || \ | ||
| 26 | + [ "$$KBUILD_BUILD_TIMESTAMP" ] || \ | ||
| 27 | KBUILD_BUILD_TIMESTAMP=`git log -n1 --pretty=%cd --date=iso -- $^`; \ | ||
| 28 | export KBUILD_BUILD_TIMESTAMP; \ | ||
| 29 | LC_ALL=C \ | ||
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.3.bb index 07bc84ce8b..8e26d4c2a8 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.3.bb | |||
| @@ -44,14 +44,12 @@ SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=https;branch=st | |||
| 44 | file://0010-Always-use-devmapper.patch \ | 44 | file://0010-Always-use-devmapper.patch \ |
| 45 | file://0011-fix-bug-of-do_compile-and-do_install.patch \ | 45 | file://0011-fix-bug-of-do_compile-and-do_install.patch \ |
| 46 | file://0012-add-explicit-dependency-on-libraries.patch \ | 46 | file://0012-add-explicit-dependency-on-libraries.patch \ |
| 47 | file://0001-libmpathutils-uxsock.c-Include-string.h-for-memcpy.patch \ | 47 | file://0013-libdmmp-Makefile-Add-target-docs-man-dmmp_strerror.3.patch \ |
| 48 | file://0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch \ | ||
| 49 | file://0014-libdmmp-Makefile-Add-target-docs-man-dmmp_strerror.3.patch \ | ||
| 50 | " | 48 | " |
| 51 | 49 | ||
| 52 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ec28527f3d544b51ceb0e1907d0bf3f" | 50 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ec28527f3d544b51ceb0e1907d0bf3f" |
| 53 | 51 | ||
| 54 | SRCREV = "cb8de98b2cc3b62fd1a578ba479c0820778e9c02" | 52 | SRCREV = "7a84cc602ea0884ae0c767e6c89592059012db04" |
| 55 | 53 | ||
| 56 | 54 | ||
| 57 | inherit systemd pkgconfig | 55 | inherit systemd pkgconfig |
