From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id B49BA60132 for ; Wed, 9 Mar 2016 21:47:27 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id u29LlQ8o005274 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 9 Mar 2016 13:47:26 -0800 (PST) Received: from soho-mhatle-m.local (172.25.36.226) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.248.2; Wed, 9 Mar 2016 13:47:25 -0800 To: Ricardo Ribalda Delgado References: <1457547560-21542-1-git-send-email-ricardo.ribalda@gmail.com> <56E09460.9070105@windriver.com> <56E09545.6020602@windriver.com> From: Mark Hatle Organization: Wind River Systems Message-ID: <56E099ED.4050705@windriver.com> Date: Wed, 9 Mar 2016 15:47:25 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Cc: openembedded-core Subject: Re: [PATCH] package-deb: Ignore circular dependencies X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 21:47:30 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 3/9/16 3:30 PM, Ricardo Ribalda Delgado wrote: > Hi Mark > > On Wed, Mar 9, 2016 at 10:27 PM, Mark Hatle wrote: >> >> Just wanted to clarify the above. RPM -does- support self-referencing >> dependencies. Circular dependencies are different, in that A -> B -> C -> A.. >> those are detected and there is some basic logic to break those. > > So if I got it right you are in favour of breaking A->A dependency in > package_deb.class like is done in this patch? Yes, but I don't think a warning is necessary. --Mark > Thanks and best regards! >