From 49515b20f5f41dac852208fda702719150274e35 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Fri, 19 Feb 2016 12:29:13 +0100 Subject: Dracut: use more recent version The current version in certain situations fails with the following error message: [3.129861] systemd[1]: Cannot add dependency job for unit systemd-journald-audit.socket, ignoring: Unit systemd-journald-audit.socket failed to load: No such file or directory. It was fixed in Dracut by: 3e7a05f - systemd: add systemd-journald-audit.socket Version 44 contains this fix. Change-Id: Ia0233ab01929a6a7360af6c595f3e93181af85f5 Reviewed-by: Samuli Piippo --- recipes/dracut/dracut_git.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/dracut/dracut_git.bbappend b/recipes/dracut/dracut_git.bbappend index e33637a..ca3437c 100644 --- a/recipes/dracut/dracut_git.bbappend +++ b/recipes/dracut/dracut_git.bbappend @@ -19,6 +19,10 @@ ## ############################################################################## +PV = "044+git${SRCREV}" +SRCREV = "1bc3e733f96033a508841e97fe08da7a12851782" +SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http" + # Upstream recipe mistakenly depends on systemd, we remove that dependency here. RDEPENDS_${PN}_remove = "systemd" REQUIRED_DISTRO_FEATURES_remove = "systemd" -- cgit v1.2.3-54-g00ecf