From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6738649791561990144 X-Received: by 2002:a1c:cb83:: with SMTP id b125mr2223381wmg.43.1568964168865; Fri, 20 Sep 2019 00:22:48 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:cb8f:: with SMTP id b137ls531096wmg.1.canary-gmail; Fri, 20 Sep 2019 00:22:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqyF9szh7BotMVOVXU93t+oMEnIeJmCZn7+alUwS3x0vYzkX2ahzoPZhl9mT/cICaoprSzsD X-Received: by 2002:a1c:c78f:: with SMTP id x137mr2310143wmf.42.1568964168432; Fri, 20 Sep 2019 00:22:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568964168; cv=none; d=google.com; s=arc-20160816; b=018V8NchSbbEMyNy96TY7b+aHVG6CZTcg9O7kkaULTI2R1YD3n9tlppESxTvvZkDUL yK1dDq+5P/g2m3vNupL+2qDyExbBGeXEpwt0hGFh7MGPPq4LgX6BmoJ4Gv2bXyxtu/8R +7gDM0Zsn3OWNIF9X1WH+mXAqLSZd5Q9PQi2MoykY3OhNO288s1TSUGLfvCT6I38v4+N 8Ng3ICFjoCak1Hi4uPqDFUXmTp5rmdvrYwrDb9QhE2RfrZZCF9OwZ+OaC+eM6wUefMhE Ot6gIcQleKjWJvpPSJi7IQqxcRRZVcJM7aQ/vjME+ys7ZxmC/nUlX88+amInYExN+hcl PHtA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=9QcjB+eukuc1uEN/sAVhpaUcF7BVGuu7ILq4pKHkPsk=; b=BssFWKbDmrqgYWo6UpDz7DBxTfKKIVlV6BaPRwA8ewz75UuP3FpkYYwqHTPO1pkT3u FNDrrftVxP5cNyS69GDTPxqNpIKkFqgY4AvZ2YWEOZV2YlW92JJjHTqNGNGRJcE/dv1a HZKiiOfve/+Gck/bj+NyE/A3L1nEFpo2e7ZfBtqtZJGsyc7a2bEJIBwZ2+C3cYwDlj5j CkxOeCT7vWtBquw9xYgGENPmMt8GaAgbFfLDOMRCSU/9H/2F5qLz064Dxjc2f+kcuKar 2wcAGlsYkj78bZx2/RwsOQ1FcmOcGCMSRNNp4ETvnLnVh7HtHrbh4PD+1MVAbyOG/98V DBKA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@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 p5si66602wmg.0.2019.09.20.00.22.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Sep 2019 00:22:48 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@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 henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@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 lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id x8K7Mm0u021511 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 20 Sep 2019 09:22:48 +0200 Received: from md1za8fc.ad001.siemens.net ([139.25.69.220]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x8K7MFZC011864; Fri, 20 Sep 2019 09:22:47 +0200 From: Henning Schild To: isar-users@googlegroups.com Cc: Jan Kiszka , Henning Schild Subject: [PATCH v2 1/3] meta-isar/recipes-app: change SRC_URIs of hello rebuild example Date: Fri, 20 Sep 2019 09:22:10 +0200 Message-Id: <20190920072212.7764-2-henning.schild@siemens.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190920072212.7764-1-henning.schild@siemens.com> References: <20190920072212.7764-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: 1Bp0L0LFBk1J From: Henning Schild A following change will require the PV to be the exact match of the upstream PV. So "2.10" will not work because upsteam is at "2.10-2", and similar for "2.9". We do not want the examples to rebuild an exact version, but rather the most recent from the suite. The "=" was in there mainly to document the choosing feature, which is now done by the comment. Signed-off-by: Henning Schild --- meta-isar/recipes-app/hello/hello.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-isar/recipes-app/hello/hello.inc b/meta-isar/recipes-app/hello/hello.inc index 747b96b..c5f322b 100644 --- a/meta-isar/recipes-app/hello/hello.inc +++ b/meta-isar/recipes-app/hello/hello.inc @@ -5,8 +5,10 @@ inherit dpkg -# this will fetch and unpack the sources from upstream debian -SRC_URI = "apt://${PN}=${PV}" +# This will fetch and unpack the sources from upstream Debian. +# Note that you can also choose a version but have to pick the exact one +# i.e. "apt://hello=2.10-2". +SRC_URI = "apt://${PN}" MAINTAINER = "isar-users " CHANGELOG_V = "${PV}-99+isar" -- 2.21.0