summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-08-17 11:44:10 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-08-17 11:44:10 +0200
commitf793b7765fd6ecf92df954965d63f4f1586e0c62 (patch)
tree6e416aba15505c26f549497b3608a280e40802c6
parent897be2e8d01cf53e545874f36a83ce6b7244d2f7 (diff)
downloadmeta-updater-bugfix/bison-dep.tar.gz
ostree: add missing bison dependency.bugfix/bison-dep
-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