Message ID | 20250812154555.4133668-1-dan.mcgregor@usask.ca |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe] systemd-repart-native: clean up dependencies | expand |
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 0ac695769c9..724d6fa049c 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
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> --- meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)