summaryrefslogtreecommitdiffstats
path: root/recipes/dracut/dracut_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dracut/dracut_git.bbappend')
-rw-r--r--recipes/dracut/dracut_git.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/dracut/dracut_git.bbappend b/recipes/dracut/dracut_git.bbappend
index 4d04315..3e974cd 100644
--- a/recipes/dracut/dracut_git.bbappend
+++ b/recipes/dracut/dracut_git.bbappend
@@ -1,3 +1,5 @@
1# Upstream recipe mistakenly depends on systemd, we remove that dependency here. 1# Upstream recipe mistakenly depends on systemd, we remove that dependency here.
2RDEPENDS_${PN}_remove = "systemd" 2RDEPENDS_${PN}_remove = "systemd"
3REQUIRED_DISTRO_FEATURES_remove = "systemd" 3REQUIRED_DISTRO_FEATURES_remove = "systemd"
4# https://bugzilla.yoctoproject.org/show_bug.cgi?id=8522
5RDEPENDS_${PN} += "util-linux"