summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-08-17 16:20:21 +0200
committerGitHub <noreply@github.com>2018-08-17 16:20:21 +0200
commitae8269229f46f3874f623b515d75f4bfb339fe90 (patch)
tree875b83c906a60365d108e649e65786b23a0d52c3
parenta5044c4caac7ef35d4f91b47fc34960e0d51cea8 (diff)
parent552f18982c7f50ab3a13e1be5c3d87b5cd9195ad (diff)
downloadmeta-updater-ae8269229f46f3874f623b515d75f4bfb339fe90.tar.gz
Merge pull request #373 from advancedtelematic/bugfix/bison-dep-v2
ostree: Correction: it depends on bison-native for configuration.
-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