diff options
author | Gatis Paeglis <gatis.paeglis@theqtcompany.com> | 2016-02-19 12:29:13 +0100 |
---|---|---|
committer | Gatis Paeglis <gatis.paeglis@theqtcompany.com> | 2016-02-23 08:12:18 +0000 |
commit | 49515b20f5f41dac852208fda702719150274e35 (patch) | |
tree | 031998ed6445600a92823f0482ab809f850cfc8d /recipes/dracut | |
parent | 5d7223bc80ed9b8b531d70e2e8863500c46444c1 (diff) | |
download | meta-boot2qt-49515b20f5f41dac852208fda702719150274e35.tar.gz |
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>
Diffstat (limited to 'recipes/dracut')
-rw-r--r-- | recipes/dracut/dracut_git.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
19 | ## | 19 | ## |
20 | ############################################################################## | 20 | ############################################################################## |
21 | 21 | ||
22 | PV = "044+git${SRCREV}" | ||
23 | SRCREV = "1bc3e733f96033a508841e97fe08da7a12851782" | ||
24 | SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http" | ||
25 | |||
22 | # Upstream recipe mistakenly depends on systemd, we remove that dependency here. | 26 | # Upstream recipe mistakenly depends on systemd, we remove that dependency here. |
23 | RDEPENDS_${PN}_remove = "systemd" | 27 | RDEPENDS_${PN}_remove = "systemd" |
24 | REQUIRED_DISTRO_FEATURES_remove = "systemd" | 28 | REQUIRED_DISTRO_FEATURES_remove = "systemd" |