diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-20 18:07:27 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-20 18:07:27 +0100 |
commit | 42c8eb63c458e06e3bb147e8f977b6b1533fbe04 (patch) | |
tree | 21036b7566189c6f77a67245de80c0031e6d5408 /recipes-sota/ostree | |
parent | 17e728e33bcb430b01dc3c424b313d1bbe3aae7c (diff) | |
download | meta-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.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 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 | ||
20 | DEPENDS_remove_class-native = "systemd-native" | 20 | DEPENDS_remove_class-native = "systemd-native" |
21 | 21 | ||
22 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz os-release" | 22 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz os-release ca-certificates" |
23 | RDEPENDS_${PN}_remove_class-native = "python-native os-release-native" | 23 | RDEPENDS_${PN}_remove_class-native = "python-native os-release-native" |
24 | 24 | ||
25 | EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" | 25 | EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" |