All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Alexander Egorenkov <egorenar-dev@posteo.net>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/multipath-tools: drop patch
Date: Mon, 26 Dec 2022 22:04:13 +0100	[thread overview]
Message-ID: <20221226210413.GE2893@scaer> (raw)
In-Reply-To: <20221226130207.649502-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2022-12-26 14:02 +0100, Fabrice Fontaine spake thusly:
> Drop path and set SYSTEMD="" if needed following upstream feedback:
> https://github.com/opensvc/multipath-tools/pull/34
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  ...ble-systemd-if-ENABLE_SYSTEMD-is-def.patch | 35 -------------------
>  package/multipath-tools/multipath-tools.mk    |  3 +-
>  2 files changed, 2 insertions(+), 36 deletions(-)
>  delete mode 100644 package/multipath-tools/0001-Makefile.inc-Enable-systemd-if-ENABLE_SYSTEMD-is-def.patch
> 
> diff --git a/package/multipath-tools/0001-Makefile.inc-Enable-systemd-if-ENABLE_SYSTEMD-is-def.patch b/package/multipath-tools/0001-Makefile.inc-Enable-systemd-if-ENABLE_SYSTEMD-is-def.patch
> deleted file mode 100644
> index 133094a7f7..0000000000
> --- a/package/multipath-tools/0001-Makefile.inc-Enable-systemd-if-ENABLE_SYSTEMD-is-def.patch
> +++ /dev/null
> @@ -1,35 +0,0 @@
> -From 8370da992c752e4238de7a8b02ce0e179353c959 Mon Sep 17 00:00:00 2001
> -From: Alexander Egorenkov <egorenar-dev@posteo.net>
> -Date: Sun, 6 Sep 2020 10:37:41 +0200
> -Subject: [PATCH] Makefile.inc: Enable systemd if ENABLE_SYSTEMD is defined
> -
> -systemd is disabled by default, to activate it set ENABLE_SYSTEMD.
> -
> -Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
> ----
> - Makefile.inc | 2 ++
> - 1 file changed, 2 insertions(+)
> -
> -diff --git a/Makefile.inc b/Makefile.inc
> -index d4d1e0dd..32bc1846 100644
> ---- a/Makefile.inc
> -+++ b/Makefile.inc
> -@@ -35,6 +35,7 @@ ifndef RUN
> - 	endif
> - endif
> - 
> -+ifdef ENABLE_SYSTEMD
> - ifndef SYSTEMD
> - 	ifeq ($(shell pkg-config --modversion libsystemd >/dev/null 2>&1 && echo 1), 1)
> - 		SYSTEMD = $(shell pkg-config --modversion libsystemd)
> -@@ -45,6 +46,7 @@ ifndef SYSTEMD
> - 		endif
> - 	endif
> - endif
> -+endif
> - 
> - ifndef SYSTEMDPATH
> - 	SYSTEMDPATH=usr/lib
> --- 
> -2.28.0
> -
> diff --git a/package/multipath-tools/multipath-tools.mk b/package/multipath-tools/multipath-tools.mk
> index df3d5138e8..d6abf68ca0 100644
> --- a/package/multipath-tools/multipath-tools.mk
> +++ b/package/multipath-tools/multipath-tools.mk
> @@ -31,7 +31,8 @@ MULTIPATH_TOOLS_MAKE_OPTS = \
>  
>  ifeq ($(BR2_PACKAGE_SYSTEMD),y)
>  MULTIPATH_TOOLS_DEPENDENCIES += systemd
> -MULTIPATH_TOOLS_MAKE_OPTS += ENABLE_SYSTEMD=1
> +else
> +MULTIPATH_TOOLS_MAKE_OPTS += SYSTEMD=""
>  endif
>  
>  define MULTIPATH_TOOLS_BUILD_CMDS
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2022-12-26 21:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-26 13:02 [Buildroot] [PATCH 1/1] package/multipath-tools: drop patch Fabrice Fontaine
2022-12-26 21:04 ` Yann E. MORIN [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221226210413.GE2893@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=egorenar-dev@posteo.net \
    --cc=fontaine.fabrice@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.