From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6726829733448777728 X-Received: by 2002:aa7:c81a:: with SMTP id a26mr26984810edt.26.1567600087421; Wed, 04 Sep 2019 05:28:07 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:aeb3:: with SMTP id e48ls3491811edd.14.gmail; Wed, 04 Sep 2019 05:28:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqx96tg3fWcknsWlsOG/BYUxTc8fJcrQ83lI08IaZKxBulefmPPHeOaTiijYfLjIj4jX+WlM X-Received: by 2002:aa7:c6cb:: with SMTP id b11mr41417037eds.78.1567600086876; Wed, 04 Sep 2019 05:28:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567600086; cv=none; d=google.com; s=arc-20160816; b=mFtSVJD51o9GPlodaA+dLR47PzSe/k7gd3m8+ZEj9zK6415aE9iEjm8GvOdSE1iPIP 9mBCP6oW67qkuxnYYNMdGbBxyppSQeyMgeAcCzDjolJJO8Cd6Va8XhfXU5z8ab6jUOx7 dmaaUBuefyvhMfbgvjRvIsajjXKVbL/hvPhBKWM8gynsXySplGggXAqQdb+UgCozpO1z M08OP0cUCDwXpw6AghW9/Dw1h218Iva21QlLwOnj9SW/Vx3PkvevmnwSWaqDux2fbSSE JuAL4uQcqgwP97JoZczfwkE3aDPSNb4v1SbMPe5VPbHGl9HRQbSvsok6XxM774ArNHYw pxwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=IW562JxHgUFA2LQvCyVOd75A48nRil2lsDp07rCMN+w=; b=iG4+MiAJq4TW1yUxk2AzbWL1xVzTgQCLDumMTaVmzUsTmU6Cl5m3ctPuR6Jnzxj88i mRIb9TbGyq/hRK+298dtahtzwjQ2yETrUjWrtUuZcRH9swE2tU77yzXNwMuy3SU3poMk AfUnFSL2Q7DEUITCYGgWMKa9xuByJjcfF5F0/DPaQ5dYXtRFyOlfuY6L5NREDC4ZcQUP TsqIRDWDi9Vk/BxY7ylEzFk1Psl863lFkuNGa/KFlnBCDEmn4ik4XbQuqX2ulm6lbn9q 1OA6jynuGR5zYhnK0sGP8nx9M8Jpq6apiok33v95Jx/iVKZq5cseiv0Tc/qlWZNFPTRt scsg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id q18si844478ejp.0.2019.09.04.05.28.06 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 04 Sep 2019 05:28:06 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x84CS4WR015960 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 4 Sep 2019 14:28:05 +0200 Date: Wed, 4 Sep 2019 14:28:04 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] Remove unwanted inherits of base-apt-helper Message-ID: <20190904122804.GH6062@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20190819105447.5852-1-Vijaikumar_Kangarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190819105447.5852-1-Vijaikumar_Kangarajan@mentor.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: 0d+3YvoU4cuR Hello Vijai Kumar, On Mon, Aug 19, 2019 at 04:24:47PM +0530, vijaikumar.kanagarajan@gmail.com wrote: > After bff4e89a changes, we do not require to inherit the base-apt-helper > class in isar-bootstrap.inc and base-apt.bb files. Remove them. Thanks, applied to next. The patch didn't apply to the current next, so I've applied the changes manually and overridden the author and the date. Could you please see if everything is ok? With kind regards, Baurzhan.