From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6818960455927595008 X-Received: by 2002:a50:81c5:: with SMTP id 63mr22736109ede.115.1588089631072; Tue, 28 Apr 2020 09:00:31 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:ee14:: with SMTP id g20ls4396002eds.10.gmail; Tue, 28 Apr 2020 09:00:29 -0700 (PDT) X-Google-Smtp-Source: APiQypKh96uYZVokIfHvsj65t78lWGJXW7LknrDrpbZRkYkoZysVolUwzguFKkhLk4WoDLsy1EzC X-Received: by 2002:a05:6402:684:: with SMTP id f4mr23918266edy.240.1588089629586; Tue, 28 Apr 2020 09:00:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588089629; cv=none; d=google.com; s=arc-20160816; b=JEFqEISZudJ5GZ8ZU6gRveUIMK+/o50eZ2t+Xpn7ZPptMwEnAXor9VJWHUM65bMbbN RUleYPxaQ4x2bp+RYWpeYPLvcPf6EBPW/m1liLAcecEjmMQBqCDdzXwg64/hqI/fVMm/ RICwBgAyVDjHBO3RWTFkgwzTVBU/QSbbAIzB1P9wZNqbWdxH4vw+T/MBEoKR0OyTdF/g GpFyl+vZHmXYk7hMAWSSzQ9CxMaZTgFsNwM5FpEtr/jg/stAKd1BOf+/hF57nyuKL94I gT8sBCErshQY/uFXmmPs0nMvFQMO8pWvzv5j2esrv1YvZZEO8HxRaTXtUTQlfGz2RQ4V FEDw== 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:subject:cc:to:from:date; bh=yLeAWq/SKeIi0YYmas4s6NRm24McMSv7QXPqvjIICco=; b=PXLtoCd9fowJc1BgfuZQ4ZlJ78aSPjJ3XHBp4jE1ZaoQBpz97RGHuOt/aSuBe4bFOj tYeLcEwv4G+IT2iQaokTWyP0VQs/TcgNQ5wJH5yUBO3rROHubxw44O+vpfXsYCxjmB+B bfTa9vx4JVFNTVPbSikRMFXWWLB9BwoPClQpI/ILFl+Z6dLlhAepoHdqEHj5llrV+kG6 NYZNVVM5fhOMJ8rSPJXDx70MdOy6/fP7OjjhIslyZsC9rSKDL45gRD/JNtGtwf5sjxJQ z2QHSwjOfvDtdhZJiC/qjazbIYe6043/U2Jpl45yvKux5h60gXWDKzU2avm7BHDINdIg h/9g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 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 david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id f24si125436edw.3.2020.04.28.09.00.29 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Apr 2020 09:00:29 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=henning.schild@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 david.siemens.de (8.15.2/8.15.2) with ESMTPS id 03SG0TnM021341 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 28 Apr 2020 18:00:29 +0200 Received: from md1za8fc.ad001.siemens.net ([167.87.51.203]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 03SG0SGN009495; Tue, 28 Apr 2020 18:00:28 +0200 Date: Tue, 28 Apr 2020 18:00:26 +0200 From: Henning Schild To: Jan Kiszka Cc: isar-users Subject: Re: [PATCH] meta-isar: hello: Use in CHANGELOG_V Message-ID: <20200428180026.45a7acf4@md1za8fc.ad001.siemens.net> In-Reply-To: References: X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: aCsAoyE7UUxk I think with this we might be able to put everything into one .bb. At the moment we have the inc plus two bbs that have PV in their names. Taking PV from a bb filename is wrong when the inc uses . Henning On Thu, 23 Apr 2020 19:29:11 +0200 Jan Kiszka wrote: > From: Jan Kiszka > > Make use of the new placeholder to append "+isar" to the original > version. We cannot consolidate the recipes carrying the upstream > versions, though, as that information needs to be propagated into > ${S}. > > Signed-off-by: Jan Kiszka > --- > > Depends on > https://groups.google.com/d/msgid/isar-users/ebf1ab25-74ea-b3ba-4c48-2ecac873c6f7%40siemens.com > > meta-isar/recipes-app/hello/hello.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-isar/recipes-app/hello/hello.inc > b/meta-isar/recipes-app/hello/hello.inc index c5f322bb..d81085d8 > 100644 --- a/meta-isar/recipes-app/hello/hello.inc > +++ b/meta-isar/recipes-app/hello/hello.inc > @@ -11,7 +11,7 @@ inherit dpkg > SRC_URI = "apt://${PN}" > > MAINTAINER = "isar-users " > -CHANGELOG_V = "${PV}-99+isar" > +CHANGELOG_V = "+isar" > > do_prepare_build() { > deb_add_changelog