summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-12-20 18:07:27 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2016-12-20 18:07:27 +0100
commit42c8eb63c458e06e3bb147e8f977b6b1533fbe04 (patch)
tree21036b7566189c6f77a67245de80c0031e6d5408 /recipes-sota/ostree
parent17e728e33bcb430b01dc3c424b313d1bbe3aae7c (diff)
downloadmeta-updater-42c8eb63c458e06e3bb147e8f977b6b1533fbe04.tar.gz
OSTree requires SSL certificates to pull by https, add them
Diffstat (limited to 'recipes-sota/ostree')
-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 b6adf9b..67b5047 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -19,7 +19,7 @@ DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd',
19 19
20DEPENDS_remove_class-native = "systemd-native" 20DEPENDS_remove_class-native = "systemd-native"
21 21
22RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz os-release" 22RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz os-release ca-certificates"
23RDEPENDS_${PN}_remove_class-native = "python-native os-release-native" 23RDEPENDS_${PN}_remove_class-native = "python-native os-release-native"
24 24
25EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" 25EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man"