integ/base/systemd/debian/deb_patches/0002-systemd-add-dependency-on-rsync.patch
Davi Frossard 9a3d4fb04d systemd: fix build after meson upgrade
Fix the following build issues after meson is
upgraded to 1.0.1-5.

* Change operator combining bools from + to and

upstream meson stopped allowing combining boolean
with the plus operator, and now requires using the
logical and operator

reference:
mesonbuild/meson@43302d3

Fixes: systemd#20632

* Add dependency on rsync

Story: 2010781
Task: 48183

Depends-on: https://review.opendev.org/c/starlingx/tools/+/902324

Signed-off-by: Dan Streetman
Signed-off-by: david.liu <david.liu@windriver.com>
Change-Id: I2064b9f01252139ece252494a007cc00a8b4cb7b
2023-12-04 07:15:33 -05:00

26 lines
771 B
Diff

From 01f1df726f1bf2aaf460c009f925a9984c2b2ef3 Mon Sep 17 00:00:00 2001
From: Jackie Huang <jackie.huang@windriver.com>
Date: Sat, 17 Jun 2023 00:46:10 -0700
Subject: [PATCH] systemd: add dependency on rsync
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 6174db7..57acfea 100644
--- a/debian/control
+++ b/debian/control
@@ -55,6 +55,7 @@ Build-Depends: debhelper-compat (= 13),
python3-lxml:native,
python3-pyparsing <!nocheck>,
python3-evdev <!nocheck>,
+ rsync,
tzdata <!nocheck>,
libcap2-bin <!nocheck>,
iproute2 <!nocheck>,
--
2.39.0