From 42c8eb63c458e06e3bb147e8f977b6b1533fbe04 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 20 Dec 2016 18:07:27 +0100 Subject: OSTree requires SSL certificates to pull by https, add them --- recipes-sota/ostree/ostree_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-sota/ostree/ostree_git.bb') 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', DEPENDS_remove_class-native = "systemd-native" -RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz os-release" +RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz os-release ca-certificates" RDEPENDS_${PN}_remove_class-native = "python-native os-release-native" EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" -- cgit v1.2.3-54-g00ecf