diff options
-rw-r--r-- | meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb | 4 |
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 | |||
19 | DEPENDS = " \ | 19 | DEPENDS = " \ |
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 | ||
27 | inherit meson pkgconfig gettext native | 27 | inherit meson pkgconfig gettext native |