diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2018-10-09 14:32:17 +0200 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2018-10-09 14:36:20 +0200 |
commit | 835b1ba5200630f29612b4e7e1b6dad4eb967158 (patch) | |
tree | f16177d1ec87a4d97c539fc00735d4c939c7b75d /recipes-sota | |
parent | 751e8b6e46acc957b6ec47c30868835be4c89d52 (diff) | |
download | meta-updater-835b1ba5200630f29612b4e7e1b6dad4eb967158.tar.gz |
ostree: drop libgsystem dependency
OSTree removed libgsystem dependency since v2016.8. Drop it
from the OSTree recipe too.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-sota')
-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 501d636..3e3c951 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-native libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz" | 18 | DEPENDS += "attr bison-native libarchive libcap glib-2.0 gpgme 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 | ||