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:30:30 +0200
commitac78d605dfa06c1b8549203d4f3d9bde58015bc5 (patch)
tree983341ff7fc2acde7f9a68273eb5e82521bfbfe3
parent52e96526643bb47ed1b5e9bc704cd1b9b47b47fc (diff)
downloadmeta-updater-feat/credentials-licenses-rollback-sumo.tar.gz
ostree: Correction: it depends on bison-native for configuration.feat/credentials-licenses-rollback-sumo
-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