diff options
Diffstat (limited to 'recipes/dracut/dracut_git.bbappend')
-rw-r--r-- | recipes/dracut/dracut_git.bbappend | 2 |
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. |
2 | RDEPENDS_${PN}_remove = "systemd" | 2 | RDEPENDS_${PN}_remove = "systemd" |
3 | REQUIRED_DISTRO_FEATURES_remove = "systemd" | 3 | REQUIRED_DISTRO_FEATURES_remove = "systemd" |
4 | # https://bugzilla.yoctoproject.org/show_bug.cgi?id=8522 | ||
5 | RDEPENDS_${PN} += "util-linux" | ||