summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
22PV = "044+git${SRCREV}"
23SRCREV = "1bc3e733f96033a508841e97fe08da7a12851782"
24SRC_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.
23RDEPENDS_${PN}_remove = "systemd" 27RDEPENDS_${PN}_remove = "systemd"
24REQUIRED_DISTRO_FEATURES_remove = "systemd" 28REQUIRED_DISTRO_FEATURES_remove = "systemd"