summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2025-08-12 09:45:55 -0600
committerKhem Raj <raj.khem@gmail.com>2025-08-13 10:09:24 -0700
commit618b14ef14966c4fc26cf913edcbdd7789709bba (patch)
tree6561413aa9b074caba875fa101aa2f477a4416db
parent0331499e1f023471173e5d35d29d7ef2362b4aeb (diff)
downloadmeta-openembedded-618b14ef14966c4fc26cf913edcbdd7789709bba.tar.gz
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>
-rw-r--r--meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb4
1 files 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
19DEPENDS = " \ 19DEPENDS = " \
20 cryptsetup-native \ 20 cryptsetup-native \
21 gperf-native \ 21 gperf-native \
22 libcap \ 22 libcap-native \
23 python3-jinja2-native \ 23 python3-jinja2-native \
24 util-linux \ 24 util-linux-native \
25" 25"
26 26
27inherit meson pkgconfig gettext native 27inherit meson pkgconfig gettext native