aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@theqtcompany.com>2016-02-19 12:29:13 +0100
committerGatis Paeglis <gatis.paeglis@theqtcompany.com>2016-02-23 08:12:18 +0000
commit49515b20f5f41dac852208fda702719150274e35 (patch)
tree031998ed6445600a92823f0482ab809f850cfc8d
parent5d7223bc80ed9b8b531d70e2e8863500c46444c1 (diff)
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 <samuli.piippo@theqtcompany.com>
-rw-r--r--recipes/dracut/dracut_git.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/dracut/dracut_git.bbappend b/recipes/dracut/dracut_git.bbappend
index e33637a1..ca3437c6 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"