From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6798458144026525696 X-Received: by 2002:a19:5e06:: with SMTP id s6mr2503949lfb.154.1582889385519; Fri, 28 Feb 2020 03:29:45 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:651c:30d:: with SMTP id a13ls548713ljp.7.gmail; Fri, 28 Feb 2020 03:29:45 -0800 (PST) X-Google-Smtp-Source: ADFU+vvPPXB/LwGeAIbr+cVeycBYyZ1dGqq1useeac/I0oaHH1WWsSP8ybEeQCI/6lyW5EQTMLzL X-Received: by 2002:a2e:b530:: with SMTP id z16mr2632130ljm.216.1582889384952; Fri, 28 Feb 2020 03:29:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582889384; cv=none; d=google.com; s=arc-20160816; b=ZFPjJMvQIEJGpvIbTqV55tVbaBnu3fHu6tnvRIsaf9u88UGiMdKLIO9wseoxsR0bcR Ofp611s4p7SKVO4W1iG0jrpegtir+CX1gEWGTJCOxLNB7ze9L71MZ8xc0Msg7SRU0ic5 UvENGJtRZ0G6rA2mjPQVeiQ2dMr/4FUbp4PFwPsvRXZYYOqv1DOsI7mwXRVB5NulHsSF PfBlimyVuC5LJYO7ZEFlaiDAqD+VPKdUcRKCJWo9tB2zund4tsZRO+Hgm2GyMUNSOmrB akSoKtU9wABEBftoYuOOAfiKRQMBg4id9JqxK44lOzNKj0cCrSr0uc1zFjqGc+H8qzYm aEkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=+tDZXhscUBEhHj1HxF1hIFCwfnjjMZXpfwcajhQHXLU=; b=lX/in5eT3TzPurobM1HSyIWiChWJMJ1cjwrgYssalDIb7ey/Aj/5c37vWgDpjcpkdD 2l8CYX+blELyLt6Dh1nuKNLC/dPELsXtJIfseWqrjtmMtyxv7Q6KCco+vz17xVw2PJk/ 08CrYj+tprnA6M+nHboyEmWwQUAPl9C050XtpDt/Ji5+fsGI7gp9NbRaSUwKDeWHvOOU ABaq64FIBHbXG/Au34BE2lIEilYg48+OXPGDQ362xFPgRBdHI8VTkXZfIrkMZYQt0iM3 ijgPVYfuSoJsnf62JdKzqJiuPKDTy2PVXZp2ID7eGv0BOsoPOtsUpduFYJJlwr4Rlyem odLA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of quirin.gylstorff@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=Quirin.Gylstorff@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id v2si146698lfn.4.2020.02.28.03.29.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Feb 2020 03:29:44 -0800 (PST) Received-SPF: pass (google.com: domain of quirin.gylstorff@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of quirin.gylstorff@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=Quirin.Gylstorff@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id 01SBTiFS027250 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 28 Feb 2020 12:29:44 +0100 Received: from md2dvrtc.ad001.siemens.net ([139.25.68.236]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 01SBThnb030129; Fri, 28 Feb 2020 12:29:43 +0100 From: "Q. Gylstorff" To: isar-users@googlegroups.com Cc: Quirin Gylstorff , Jan Kiszka Subject: [PATCH] isar-bootstrap: Remove apt-transport-https Date: Fri, 28 Feb 2020 12:29:43 +0100 Message-Id: <20200228112943.13864-1-Quirin.Gylstorff@siemens.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: 1O/i1a92Gco7 From: Quirin Gylstorff 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 --- 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