From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RCBcw-000386-9S for openembedded-core@lists.openembedded.org; Fri, 07 Oct 2011 16:43:18 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p97Eh8T1011313; Fri, 7 Oct 2011 15:43:08 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net 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 FUPBwf1Oumjf; Fri, 7 Oct 2011 15:43:08 +0100 (BST) Received: from [192.168.1.66] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p97Eh3sA011307 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 7 Oct 2011 15:43:05 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Fri, 07 Oct 2011 15:36:25 +0100 In-Reply-To: <1317913185-11345-1-git-send-email-koen@dominion.thruhere.net> References: <1317913185-11345-1-git-send-email-koen@dominion.thruhere.net> X-Mailer: Evolution 3.1.91- Message-ID: <1317998193.8533.2.camel@ted> Mime-Version: 1.0 Cc: Koen Kooi Subject: Re: [PATCH v2] util-linux: split fsck* into its own subpackage X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 07 Oct 2011 14:43:19 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-10-06 at 16:59 +0200, Koen Kooi wrote: > This will allow systemd to run /sbin/fsck without dragging in all of util-linux > > Signed-off-by: Koen Kooi > --- > meta/recipes-core/util-linux/util-linux.inc | 16 +++++++++++++--- > meta/recipes-core/util-linux/util-linux_2.19.1.bb | 2 +- > 2 files changed, 14 insertions(+), 4 deletions(-) Merged to master, thanks. Richard