summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-08-17 11:44:10 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-10-10 12:30:17 +0200
commit52e96526643bb47ed1b5e9bc704cd1b9b47b47fc (patch)
treee2551c21369dd7bffec985102cdb558b13f3111c
parent3d31c69898881228a2229bcf9c54d90f4f890c2b (diff)
downloadmeta-updater-52e96526643bb47ed1b5e9bc704cd1b9b47b47fc.tar.gz
ostree: add missing bison dependency.
-rw-r--r--recipes-sota/ostree/ostree_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index 2e794a5..adb6666 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
15 15
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
17 17
18DEPENDS += "attr libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz" 18DEPENDS += "attr bison libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz"
19DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 19DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
20RDEPENDS_${PN}-dracut = "bash" 20RDEPENDS_${PN}-dracut = "bash"
21 21