diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-08-17 11:44:10 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-08-17 11:44:10 +0200 |
commit | f793b7765fd6ecf92df954965d63f4f1586e0c62 (patch) | |
tree | 6e416aba15505c26f549497b3608a280e40802c6 | |
parent | 897be2e8d01cf53e545874f36a83ce6b7244d2f7 (diff) | |
download | meta-updater-f793b7765fd6ecf92df954965d63f4f1586e0c62.tar.gz |
ostree: add missing bison dependency.bugfix/bison-dep
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 2 |
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 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | 17 | ||
18 | DEPENDS += "attr libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz" | 18 | DEPENDS += "attr bison libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz" |
19 | DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 19 | DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
20 | RDEPENDS_${PN}-dracut = "bash" | 20 | RDEPENDS_${PN}-dracut = "bash" |
21 | 21 | ||