From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 161886B6B7 for ; Fri, 20 Feb 2015 12:56:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t1KCu1X6014411; Fri, 20 Feb 2015 12:56:01 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rzUOayNTWc1L; Fri, 20 Feb 2015 12:56:01 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t1KCtjWM014408 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 20 Feb 2015 12:55:56 GMT Message-ID: <1424436945.11836.46.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj Date: Fri, 20 Feb 2015 12:55:45 +0000 In-Reply-To: References: X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 2/5] util-linux, util-linux-libs: Build and package util-linux libs separately 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: Fri, 20 Feb 2015 12:56:03 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2015-02-20 at 04:24 +0000, Khem Raj wrote: > We have a catch-22 where systemd->libmount(util-linux) -> > libssytemd(systemd) > > This patch breaks the dependency loop by building and packaging libraries from > util-linux package in a separate package. Every time we're tried to split a piece of software into two like this it has been a world of pain. Are we sure there is no alternative to this? I'm *very* nervous about this :( Cheers, Richard