From f6da978c5685393c4b6ef14690fe869a80836ba2 Mon Sep 17 00:00:00 2001 From: Randy Witt Date: Wed, 4 Mar 2015 19:01:05 -0800 Subject: systemd: Fix runtime failures in systemd-tmpfiles-setup.service. There were failures at boot from systemd-tmpfiles-setup.service due to tmpfiles.d not honoring the ordering of entries in the files. The patch here fixes the ordering issue which subsequently fixes the failures on boot. [Yocto #7393] Signed-off-by: Randy Witt Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_219.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/systemd/systemd_219.bb') diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 454268a33a..5f58f409f4 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb @@ -42,6 +42,7 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol= file://0011-systemd-user-avoid-using-system-auth.patch \ file://0001-tmpfiles-avoid-creating-duplicate-acl-entries.patch \ file://0002-tmpfiles-quietly-ignore-ACLs-on-unsupported-filesyst.patch \ + file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \ file://tmpfiles-pam.patch \ file://touchscreen.rules \ file://00-create-volatile.conf \ -- cgit 1.2.3-korg