diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-08-17 14:44:05 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-08-17 14:44:05 +0200 |
commit | 552f18982c7f50ab3a13e1be5c3d87b5cd9195ad (patch) | |
tree | 875b83c906a60365d108e649e65786b23a0d52c3 /recipes-sota/ostree | |
parent | a5044c4caac7ef35d4f91b47fc34960e0d51cea8 (diff) | |
download | meta-updater-552f18982c7f50ab3a13e1be5c3d87b5cd9195ad.tar.gz |
ostree: Correction: it depends on bison-native for configuration.bugfix/bison-dep-v2
Diffstat (limited to 'recipes-sota/ostree')
-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 adb6666..501d636 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 bison libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz" | 18 | DEPENDS += "attr bison-native 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 | ||