summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-08-17 14:44:05 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-10-10 12:35:22 +0200
commitb932f73853f485be13a90d5d5eb203bbed388b1d (patch)
treeb6c73cb0341085feb1290e381ee1f71eabbe6e42
parentfefe4ec223f04386c50dd3fb64da7638e71c26a3 (diff)
downloadmeta-updater-refactor/backport-ostree-upgrade-rocko.tar.gz
ostree: Correction: it depends on bison-native for configuration.refactor/backport-ostree-upgrade-rocko
-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 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
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
17 17
18DEPENDS += "attr bison libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz" 18DEPENDS += "attr bison-native 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