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 <dan.mcgregor@usask.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dan McGregor 2025-08-12 09:45:55 -06:00 committed by Khem Raj
parent 0331499e1f
commit 618b14ef14
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -19,9 +19,9 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANC
DEPENDS = " \ DEPENDS = " \
cryptsetup-native \ cryptsetup-native \
gperf-native \ gperf-native \
libcap \ libcap-native \
python3-jinja2-native \ python3-jinja2-native \
util-linux \ util-linux-native \
" "
inherit meson pkgconfig gettext native inherit meson pkgconfig gettext native