diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-10-13 15:24:14 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-10-14 12:35:58 +0000 |
| commit | cc4bb4f16bf2bb4ba6df9d269c789e5c37911d34 (patch) | |
| tree | 790afee2da3731f7dd070d93813fa5e06b1757bf | |
| parent | 8eee9e56d5f4bfda13c7a65bb67a757bb39cf59f (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes/dracut/dracut_git.bbappend | 1 |
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. |
| 2 | RDEPENDS_${PN}_remove = "systemd" | 2 | RDEPENDS_${PN}_remove = "systemd" |
| 3 | REQUIRED_DISTRO_FEATURES_remove = "systemd" | ||
