From 618b14ef14966c4fc26cf913edcbdd7789709bba Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Tue, 12 Aug 2025 09:45:55 -0600 Subject: [PATCH] systemd-repart-native: clean up dependencies Specify -native versions of dependencies. These were satisfied transitively through other dependencies, but we should specify them explicitly. It also removes dependencies on the target system for a native recipe. Signed-off-by: Dan McGregor Signed-off-by: Khem Raj --- meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb b/meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb index 0ac695769c..724d6fa049 100644 --- a/meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb +++ b/meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb @@ -19,9 +19,9 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANC DEPENDS = " \ cryptsetup-native \ gperf-native \ - libcap \ + libcap-native \ python3-jinja2-native \ - util-linux \ + util-linux-native \ " inherit meson pkgconfig gettext native