systemd: adapt patches to v255.17

The systemd recipe was recently upgraded from v255.13 to v255.17 in poky and
our patches no longer applied correctly. Adapt them to prevent do_patch()
errors.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2025-02-05 10:01:14 +01:00
parent f720f68e9e
commit 371b7ae210
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sysv-generator/sysv-generator.c b/src/sysv-generator/sysv-generator.c
index 4485e2e368..d0e8ed84bc 100644
index b5b6e19e90..54872d2e49 100644
--- a/src/sysv-generator/sysv-generator.c
+++ b/src/sysv-generator/sysv-generator.c
@@ -762,7 +762,7 @@ static int enumerate_sysv(const LookupPaths *lp, Hashmap *all_services) {
@ -20,6 +20,6 @@ index 4485e2e368..d0e8ed84bc 100644
- log_struct(LOG_WARNING,
+ log_struct(LOG_DEBUG,
LOG_MESSAGE("SysV service '%s' lacks a native systemd unit file. "
"%s Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it safe, robust and future-proof. "
"%s This compatibility logic is deprecated, expect removal soon. %s",
LOG_MESSAGE("SysV service '%s' lacks a native systemd unit file, "
"automatically generating a unit file for compatibility.\n"
"Please update package to include a native systemd unit file.\n"