From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 20/24] rpcbind: upgrade 1.2.6 -> 1.2.7
Date: Tue, 20 Aug 2024 14:51:39 +0800 [thread overview]
Message-ID: <1724136703-20023-20-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1724136703-20023-1-git-send-email-wangmy@fujitsu.com>
From: Wang Mingyu <wangmy@fujitsu.com>
0001-systemd-use-EnvironmentFile.patch
refreshed for 1.2.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../0001-systemd-use-EnvironmentFile.patch | 21 +++++++++----------
.../{rpcbind_1.2.6.bb => rpcbind_1.2.7.bb} | 2 +-
2 files changed, 11 insertions(+), 12 deletions(-)
rename meta/recipes-extended/rpcbind/{rpcbind_1.2.6.bb => rpcbind_1.2.7.bb} (96%)
diff --git a/meta/recipes-extended/rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch b/meta/recipes-extended/rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch
index 79dc96050e..1d7ba7d508 100644
--- a/meta/recipes-extended/rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch
+++ b/meta/recipes-extended/rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch
@@ -9,34 +9,33 @@ Upstream-Status: Inappropriate [OE specific]
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
---
configure.ac | 2 ++
- systemd/rpcbind.service.in | 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
+ systemd/rpcbind.service.in | 1 +
+ 2 files changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
-index 2dd9471..47a46c0 100644
+index 8f4cef3..4705413 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -69,5 +69,7 @@ AC_CHECK_HEADERS([nss.h rpcsvc/mount.h])
+@@ -86,5 +86,7 @@ AC_CHECK_HEADERS([nss.h])
# 2 "evals" needed to expand variable names
AC_SUBST([_sbindir])
AC_CONFIG_COMMANDS_PRE([eval eval _sbindir=$sbindir])
+AC_SUBST([_sysconfdir])
+AC_CONFIG_COMMANDS_PRE([eval eval _sysconfdir=$sysconfdir])
- AC_OUTPUT([Makefile systemd/rpcbind.service])
+ AC_OUTPUT([Makefile systemd/rpcbind.service systemd/rpcbind.socket])
diff --git a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
-index 7b1c74b..f45ee1e 100644
+index c892ca8..e0511bd 100644
--- a/systemd/rpcbind.service.in
+++ b/systemd/rpcbind.service.in
-@@ -11,7 +11,7 @@ Wants=rpcbind.target
-
+@@ -12,6 +12,7 @@ Wants=rpcbind.target
[Service]
Type=notify
--# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
+ # distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
+EnvironmentFile=-@_sysconfdir@/rpcbind.conf
- ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
+ ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS @warmstarts_opt@ -f
[Install]
--
-2.23.0
+2.34.1
diff --git a/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb b/meta/recipes-extended/rpcbind/rpcbind_1.2.7.bb
similarity index 96%
rename from meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb
rename to meta/recipes-extended/rpcbind/rpcbind_1.2.7.bb
index aeca86e564..d308071d29 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_1.2.7.bb
@@ -18,7 +18,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \
file://rpcbind_add_option_to_fix_port_number.patch \
file://0001-systemd-use-EnvironmentFile.patch \
"
-SRC_URI[sha256sum] = "5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de"
+SRC_URI[sha256sum] = "f6edf8cdf562aedd5d53b8bf93962d61623292bfc4d47eedd3f427d84d06f37e"
inherit autotools update-rc.d systemd pkgconfig update-alternatives
--
2.34.1
next prev parent reply other threads:[~2024-08-20 6:52 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-20 6:51 [OE-core] [PATCH 01/24] binutils: upgrade 2.43 -> 2.43.1 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 02/24] btrfs-tools: upgrade 6.9.2 -> 6.10.1 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 03/24] createrepo-c: upgrade 1.1.3 -> 1.1.4 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 04/24] diffoscope: upgrade 272 -> 276 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 05/24] dnf: upgrade 4.21.0 -> 4.21.1 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 06/24] enchant2: upgrade 2.8.1 -> 2.8.2 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 07/24] erofs-utils: upgrade 1.7.1 -> 1.8.1 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 08/24] ethtool: upgrade 6.9 -> 6.10 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 09/24] freetype: upgrade 2.13.2 -> 2.13.3 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 10/24] kmod: upgrade 32 -> 33 wangmy
2024-08-20 7:34 ` Chen, Qi
2024-08-20 6:51 ` [OE-core] [PATCH 11/24] libedit: upgrade 20240517-3.1 -> 20240808-3.1 wangmy
2024-08-20 19:42 ` Richard Purdie
2024-08-20 6:51 ` [OE-core] [PATCH 12/24] libx11: upgrade 1.8.9 -> 1.8.10 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 13/24] libxfont2: upgrade 2.0.6 -> 2.0.7 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 14/24] libxtst: upgrade 1.2.4 -> 1.2.5 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 15/24] pkgconf: upgrade 2.2.0 -> 2.3.0 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 16/24] python3-babel: upgrade 2.15.0 -> 2.16.0 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 17/24] python3-hypothesis: upgrade 6.110.1 -> 6.111.1 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 18/24] python3-lxml: upgrade 5.2.2 -> 5.3.0 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 19/24] python3-setuptools: upgrade 72.1.0 -> 72.2.0 wangmy
2024-08-22 16:30 ` Martin Jansa
2024-09-03 8:36 ` Martin Jansa
2024-09-03 17:00 ` Khem Raj
2024-09-05 12:44 ` Martin Jansa
2024-09-04 1:01 ` Mingyu Wang (Fujitsu)
[not found] ` <17EE19F35A1C7F50.9439@lists.openembedded.org>
2024-08-22 18:26 ` Martin Jansa
2024-08-28 20:04 ` Trevor Gamblin
2024-08-28 20:19 ` Alexander Kanavin
2024-08-28 20:31 ` Trevor Gamblin
2024-08-28 20:34 ` Alexander Kanavin
2024-08-20 6:51 ` wangmy [this message]
2024-08-20 6:51 ` [OE-core] [PATCH 21/24] sysklogd: upgrade 2.6.0 -> 2.6.1 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 22/24] systemd-boot: upgrade 256.4 -> 256.5 wangmy
2024-08-20 7:34 ` Mikko Rapeli
2024-08-20 8:01 ` Alexander Kanavin
2024-08-20 6:51 ` [OE-core] [PATCH 23/24] ttyrun: upgrade 2.33.1 -> 2.34.0 wangmy
2024-08-20 6:51 ` [OE-core] [PATCH 24/24] xwayland: upgrade 24.1.1 -> 24.1.2 wangmy
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=1724136703-20023-20-git-send-email-wangmy@fujitsu.com \
--to=wangmy@fujitsu.com \
--cc=openembedded-core@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox