From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6449247988281769984 X-Received: by 10.223.138.151 with SMTP id y23mr226343wry.7.1501774535360; Thu, 03 Aug 2017 08:35:35 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.156.74 with SMTP id f71ls406283wme.5.canary-gmail; Thu, 03 Aug 2017 08:35:34 -0700 (PDT) X-Received: by 10.28.12.129 with SMTP id 123mr337753wmm.31.1501774534936; Thu, 03 Aug 2017 08:35:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501774534; cv=none; d=google.com; s=arc-20160816; b=FuFcRDHTBM8MzTgYPoy43TuBZcny4uoxjLZKfBhoqyonenvdupCwFNxTN2UU6UJD3M OX/4gZyW5Rb3+C0tMz6qFGcb8F08frz+bcMgPL7z1R5n80hC0O2GKKQflxCeNwmJKU+2 eOL1mXFf8E0yXKNRTUmVXD8oIonbx0SrY0W86OM2RbJ0SfqBo0J8g2qN0GyBHpvScroN w7WBGKNtSvYpHR/gc5CV9+0XnnbVXexnVvp9aoBBeWtsQ+t2wOEhB4tvrdlFeXteT8rO Bgg74Vruj/wsVzOcTvnXL+U5sAQenA0bS3OVQubVQxO/ZjwCt6ZcfZPydF62LZ8/UkDs sK4Q== 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:arc-authentication-results; bh=pUAZqnn2iNj7j/kfj4Fq5tkD4vDxbSIxALtyP+119T0=; b=Ja5xyljrS0Gqg0Zi3NxB8h7JSeW2elg2q1BZYLUrCwxSlyDAuyJ5B9TRZ/6UYhoJZ2 ABdN3a1+fQgdNG4+Nifk+mDH9DGtyyAeXCOzXH4ckph/7IwemFKWxK08JOrIqOQcyY+s Ry0L8MZWLjjAPe5lgxM9/NAFFMG2Vq87itsmyEUZe8Ry75pnwvGd/t5OyEFhy0+mq54O HzG97EOJftlzxBOZ/1nw3ZNY5gsNxOcCnwzRt4PNYiuLvpqS6rHVgTD5zmJNyvSPtEAm ms1GqmMvYGRdrDPZ0gcKohVd4hKv25kHeyPjewICwhhyCDqxp//4xe90VrEGVsB8MYQB Th6g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.14 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id z137si913911wmc.2.2017.08.03.08.35.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Aug 2017 08:35:34 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.14 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.14 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id v73FZS8q015866 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 3 Aug 2017 17:35:28 +0200 Received: from md1em3qc ([139.25.68.40]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id v73FZSN5006450; Thu, 3 Aug 2017 17:35:28 +0200 Date: Thu, 3 Aug 2017 17:37:23 +0200 From: Henning Schild To: Alexander Smirnov Cc: Subject: Re: [PATCH 14/16] meta: classes: rename dpkg to dpkg-src Message-ID: <20170803173723.52477e5f@md1em3qc> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: aYiVcBtd/ZYl Am Wed, 2 Aug 2017 13:02:10 +0300 schrieb Alexander Smirnov : > 2017-08-01 13:17 GMT+03:00 Henning Schild > : > > > Signed-off-by: Henning Schild > > --- > > meta-isar/recipes-app/hello/hello.bb | 2 +- > > meta/classes/{dpkg.bbclass => dpkg-src.bbclass} | 0 > > 2 files changed, 1 insertion(+), 1 deletion(-) > > rename meta/classes/{dpkg.bbclass => dpkg-src.bbclass} (100%) > > > > What was your idea to do so? Why not 'dpkg-buildpackage.bbclass'? The idea is to have source and binary packages at the end. How they are constructed should not be in the name of the class. That way you could switch the tooling in the future. Maybe we will never switch the tools but the names should be used to abstract from implementation. Henning > > > > diff --git a/meta-isar/recipes-app/hello/hello.bb > > b/meta-isar/recipes-app/hello/hello.bb > > index 56424fb..5c5d714 100644 > > --- a/meta-isar/recipes-app/hello/hello.bb > > +++ b/meta-isar/recipes-app/hello/hello.bb > > @@ -15,4 +15,4 @@ SRCREV = > > "ad7065ecc4840cc436bfcdac427386dbba4ea719" > > > > SRC_DIR = "git" > > > > -inherit dpkg > > +inherit dpkg-src > > diff --git a/meta/classes/dpkg.bbclass > > b/meta/classes/dpkg-src.bbclass similarity index 100% > > rename from meta/classes/dpkg.bbclass > > rename to meta/classes/dpkg-src.bbclass > > -- > > 2.13.0 > > > > -- > > You received this message because you are subscribed to the Google > > Groups "isar-users" group. > > To unsubscribe from this group and stop receiving emails from it, > > send an email to isar-users+unsubscribe@googlegroups.com. > > To post to this group, send email to isar-users@googlegroups.com. > > To view this discussion on the web visit > > https://groups.google.com/d/ > > msgid/isar-users/f3b8fd43828bf124f4125fb0ba4853cb8a795571.1501582237.git. > > henning.schild%40siemens.com. For more options, visit > > https://groups.google.com/d/optout.