diff options
| author | OYTIS <tossel@gmail.com> | 2016-12-20 18:10:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-20 18:10:49 +0100 |
| commit | 1e225f3d9c845081c53b2a462e6f77b4c444449e (patch) | |
| tree | 21036b7566189c6f77a67245de80c0031e6d5408 | |
| parent | 17e728e33bcb430b01dc3c424b313d1bbe3aae7c (diff) | |
| parent | 42c8eb63c458e06e3bb147e8f977b6b1533fbe04 (diff) | |
| download | meta-updater-1e225f3d9c845081c53b2a462e6f77b4c444449e.tar.gz | |
Merge pull request #13 from advancedtelematic/bugfix/pro-2211/add_certificates
OSTree requires SSL certificates to pull by https, add them
| -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" |
