diff options
author | Gatis Paeglis <gatis.paeglis@theqtcompany.com> | 2015-08-21 09:43:45 +0200 |
---|---|---|
committer | Gatis Paeglis <gatis.paeglis@digia.com> | 2015-09-25 09:45:39 +0000 |
commit | a3f443f1d7c721aa1df61e18da97276992e51665 (patch) | |
tree | 5b8296850f2437f22aa10b5f7fa27fd48ce8d1af /recipes/dracut | |
parent | 78ab1293ea81034fa60571074ca38b2133354d36 (diff) | |
download | meta-boot2qt-a3f443f1d7c721aa1df61e18da97276992e51665.tar.gz |
Add ostree, dracut and libgsystem recipes.
Change-Id: I8fc3b7ec5f2ebeb82e31638037a2dd2e449da48c
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'recipes/dracut')
-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 new file mode 100644 index 0000000..479e407 --- /dev/null +++ b/recipes/dracut/dracut_git.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | # Upstream recipe mistakenly depends on systemd, we remove that dependency here. | ||
2 | RDEPENDS_${PN}_remove = "systemd" | ||