summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-10-13 15:24:14 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-10-14 12:35:58 +0000
commitcc4bb4f16bf2bb4ba6df9d269c789e5c37911d34 (patch)
tree790afee2da3731f7dd070d93813fa5e06b1757bf /recipes
parent8eee9e56d5f4bfda13c7a65bb67a757bb39cf59f (diff)
downloadmeta-boot2qt-cc4bb4f16bf2bb4ba6df9d269c789e5c37911d34.tar.gz
dracut: remove distro dependency to systemd
Change-Id: I74e3e06b538b93ed72d4c42c52123ff9e8b4964a Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/dracut/dracut_git.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/dracut/dracut_git.bbappend b/recipes/dracut/dracut_git.bbappend
index 479e407..4d04315 100644
--- a/recipes/dracut/dracut_git.bbappend
+++ b/recipes/dracut/dracut_git.bbappend
@@ -1,2 +1,3 @@
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"