From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hetzner.pbcl.net (mail.pbcl.net [88.198.119.4]) by mail.openembedded.org (Postfix) with ESMTP id D90B46FF78 for ; Thu, 18 Feb 2016 23:44:25 +0000 (UTC) Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=e130.local) by hetzner.pbcl.net with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aWYFC-0002zb-QY; Fri, 19 Feb 2016 00:44:23 +0100 Message-ID: <1455839056.2039.36.camel@pbcl.net> From: Phil Blundell To: Andre McCurdy Date: Thu, 18 Feb 2016 23:44:16 +0000 In-Reply-To: References: <1455823285-32028-1-git-send-email-armccurdy@gmail.com> <1455823285-32028-3-git-send-email-armccurdy@gmail.com> <2046956.ogQECgGtmI@peggleto-mobl.ger.corp.intel.com> X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Cc: Paul Eggleton , OE Core mailing list Subject: Re: [PATCH 2/2] libsoup-2.4: disable libsoup-gnome by default 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: Thu, 18 Feb 2016 23:44:26 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2016-02-18 at 13:33 -0800, Andre McCurdy wrote: > Aside from automated detection of such problems, what's the best fix > in this particular case? > > 1) Use LEAD_SONAME to force renaming, even in the case when the > libsoup-2.4 package contains both shared libs. > > 2) Split libsoup-gnome-2.4 into it's own package, so that both > libsoup-2.4 and libsoup-gnome-2.4 get renamed. > > 3) Use DEBIAN_NOAUTONAME to prevent renaming, even when the > libsoup-2.4 package only contains one shared lib. > > 4) Drop the gnome PACKAGECONFIG option so that people can't mess > with it (in combination with one of the above). I recommend (2) with (4) as an optional extra. p.