summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_247.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_247.3.bb b/meta/recipes-core/systemd/systemd_247.3.bb
index 1aac754cfc..3454085e5f 100644
--- a/meta/recipes-core/systemd/systemd_247.3.bb
+++ b/meta/recipes-core/systemd/systemd_247.3.bb
@@ -484,10 +484,12 @@ FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.c
484 ${datadir}/polkit-1/actions/org.freedesktop.machine1.policy \ 484 ${datadir}/polkit-1/actions/org.freedesktop.machine1.policy \
485 " 485 "
486 486
487# "machinectl import-tar" uses "tar --numeric-owner", not supported by busybox.
487RRECOMMENDS_${PN}-container += "\ 488RRECOMMENDS_${PN}-container += "\
488 ${PN}-journal-gatewayd \ 489 ${PN}-journal-gatewayd \
489 ${PN}-journal-remote \ 490 ${PN}-journal-remote \
490 ${PN}-journal-upload \ 491 ${PN}-journal-upload \
492 tar \
491 " 493 "
492 494
493FILES_${PN}-extra-utils = "\ 495FILES_${PN}-extra-utils = "\