From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6739831389639671808 X-Received: by 2002:ac2:4a89:: with SMTP id l9mr2509235lfp.122.1569344523777; Tue, 24 Sep 2019 10:02:03 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:a317:: with SMTP id l23ls397359lje.16.gmail; Tue, 24 Sep 2019 10:02:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqyOOmr1q8gZcCQ0skSv/LlGZ5fJySvWlbfXz5qL2x1Ckj8PYSCHJEec+v4b0sVyaf80w3jl X-Received: by 2002:a2e:8857:: with SMTP id z23mr2599169ljj.19.1569344522973; Tue, 24 Sep 2019 10:02:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569344522; cv=none; d=google.com; s=arc-20160816; b=A3SEE5X9liWKm+Px1OZBhtqhJqtQ7pLlbzAJtobySYtRzczVmY+lZUcbu4BUofaTMx g8b1x+2xs2bJxypDoyY9D6mEQshdza4n5FOo8Yc2ZuCWnbvPRdNk+Q1vk+z9Ya+sFRGx /xrh0J61Dc0eUCYI9ZZfvOJL7G8OgP6kU56KQ/eXdMpJjCyoKGuXj2oC6yI9JPxjiuq1 usKfA6omWCAvEZsnqsu46exAzjFDa8wQethickLtdm4YJoz6owyBQD3DW0GrIT//ayz9 zOVbf9X3IRuSzLtqqSEq7YbUk39AIBYKiIbbvlXnEX9rHKo66m5LCK9vfDA4WVGhdebD Tdyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:mime-version:user-agent :date:message-id:to:subject:from; bh=PTD95zta0xB/Z7D88oPT9TZmRmDkkcz/cojqqSTN45I=; b=BGvmSiQ18CYEzDjYDwasWCP4Ia2sqrDuObnYQj03OpX35ZI1m0FlGB3A5dKvxb8Hv6 T3c0zf8Ud0wt2fVqZrwUIxshpddwZJNUeYp3ufhFqA58llEs2dHQHyz8e7FUfHoKzQGL 2ZZa13+4i2Rfoh1saoB5GNKauNgM6OijPlON6BBs/7IWUkKQuMK2J7/OsRSsbBzavi2o VhGf0GWjnHfDs3u6NtdJOBIsgBj8bWH53yv1Xml7QZnXYtDMvEeJ85Lpd2PmfvF9E83K bmwTUKXe90M4j4bmzWzzygTMrkncla7MMWyHa+Vx+yoTaozbrEnL5dr0qjECk7z/cSup QHdA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id y6si149885lji.0.2019.09.24.10.02.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Sep 2019 10:02:02 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id x8OH229s015671 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 24 Sep 2019 19:02:02 +0200 Received: from [139.25.68.37] (md1q0hnc.ad001.siemens.net [139.25.68.37] (may be forged)) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x8OH2283001330 for ; Tue, 24 Sep 2019 19:02:02 +0200 From: Jan Kiszka Subject: [PATCH v2] isar-bootstrap: Switch to gnupg as dependency, rather than obsolete gnupg2 To: isar-users Message-ID: Date: Tue, 24 Sep 2019 19:01:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: aBWiy7mf2+UN From: Jan Kiszka gnupg2 was only needed with jessie which we no longer support. Signed-off-by: Jan Kiszka --- Changes in v2: - drop bogus entry in user manual, gnupg is not needed on the host 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 9ef5b76..215c41b 100644 --- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc +++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc @@ -26,7 +26,7 @@ DISTRO_BOOTSTRAP_KEYFILES = "" THIRD_PARTY_APT_KEYFILES = "" DEPLOY_ISAR_BOOTSTRAP ?= "" DISTRO_BOOTSTRAP_BASE_PACKAGES = "locales" -DISTRO_BOOTSTRAP_BASE_PACKAGES_append_gnupg = ",gnupg2" +DISTRO_BOOTSTRAP_BASE_PACKAGES_append_gnupg = ",gnupg" DISTRO_BOOTSTRAP_BASE_PACKAGES_append_https-support = ",apt-transport-https,ca-certificates" HOST_DISTRO_APT_SOURCES += "conf/distro/${HOST_DISTRO}.list" -- 2.16.4