public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] isar-bootstrap: Remove apt-transport-https
@ 2020-02-28 11:29 Q. Gylstorff
  2020-03-10 14:02 ` Henning Schild
  0 siblings, 1 reply; 8+ messages in thread
From: Q. Gylstorff @ 2020-02-28 11:29 UTC (permalink / raw)
  To: isar-users; +Cc: Quirin Gylstorff, Jan Kiszka

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Since apt 1.5 apt-transport-https is part of apt[1]. This
package is no longer needed. For https transport in
a distribution older than Debian 10 (buster)
append the Distro configuration with:
DISTRO_BOOTSTRAP_BASE_PACKAGES_append = ",apt-transport-https"

[1]: https://packages.debian.org/buster/apt-transport-https

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
index 16b4395..d1fbb81 100644
--- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
+++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
@@ -27,7 +27,7 @@ THIRD_PARTY_APT_KEYFILES = ""
 DEPLOY_ISAR_BOOTSTRAP ?= ""
 DISTRO_BOOTSTRAP_BASE_PACKAGES = "locales"
 DISTRO_BOOTSTRAP_BASE_PACKAGES_append_gnupg = ",gnupg"
-DISTRO_BOOTSTRAP_BASE_PACKAGES_append_https-support = ",apt-transport-https,ca-certificates"
+DISTRO_BOOTSTRAP_BASE_PACKAGES_append_https-support = ",ca-certificates"
 HOST_DISTRO_APT_SOURCES += "conf/distro/${HOST_DISTRO}.list"
 
 python () {
-- 
2.20.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-04-06  5:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28 11:29 [PATCH] isar-bootstrap: Remove apt-transport-https Q. Gylstorff
2020-03-10 14:02 ` Henning Schild
2020-03-10 16:07   ` [PATCH v2] " Q. Gylstorff
2020-03-10 22:09     ` Henning Schild
2020-03-11 13:51       ` Gylstorff Quirin
2020-03-11 13:51       ` Gylstorff Quirin
2020-03-11 13:57       ` [PATCH v3] " Q. Gylstorff
2020-04-06  5:57         ` Baurzhan Ismagulov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox