From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TCwKC-0004zA-IN; Sat, 15 Sep 2012 19:38:36 +0200 Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=[192.168.114.6]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1TCw7y-0004nW-Ul; Sat, 15 Sep 2012 19:26:00 +0200 Message-ID: <1347729817.4444.52.camel@x121e.pbcl.net> From: Phil Blundell To: Martin Jansa Date: Sat, 15 Sep 2012 18:23:37 +0100 In-Reply-To: <20120915162051.GA11051@jama.jama.net> References: <20120914085706.2CBFC103C3@opal> <20120915162051.GA11051@jama.jama.net> X-Mailer: Evolution 3.4.3-1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org, openembedded-devel@lists.openembedded.org, openembedded-commits@lists.openembedded.org Subject: Re: [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Sat, 15 Sep 2012 17:38:36 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2012-09-15 at 18:20 +0200, Martin Jansa wrote: > This changes .so name from libffi5 to libffi6, breaking every recipe > depending on libffi when someone is using debian.bbclass. How exactly do the recipes break? The whole point of debian.bbclass is to avoid breakage when this happens by making libffi5 and libffi6 parallel installable. If that isn't working then there is clearly a bug somewhere and we should fix that. p.