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 7869C72C30 for ; Mon, 19 Jan 2015 01:36:48 +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.14.9/8.14.5) with ESMTP id t0J1anV9024595 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL) for ; Sun, 18 Jan 2015 17:36:49 -0800 (PST) Received: from [128.224.162.226] (128.224.162.226) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.174.1; Sun, 18 Jan 2015 17:36:48 -0800 Message-ID: <54BC5FB9.6090206@windriver.com> Date: Mon, 19 Jan 2015 09:36:57 +0800 From: ChenQi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: References: In-Reply-To: X-Originating-IP: [128.224.162.226] Subject: Re: [PATCH 0/3] Upgrade util-linux and fix related 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: Mon, 19 Jan 2015 01:36:49 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit ping On 01/04/2015 10:11 AM, Chen Qi wrote: > The following changes since commit 24f19fedb40d0af84beb8e9a6595ea06f09d4615: > > gstreamer1.0-omx: use mulitple SCMs to fetch submodules (2014-12-31 08:22:53 +0000) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib ChenQi/util-linux-2.25.2 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/util-linux-2.25.2 > > Chen Qi (3): > util-linux: upgrade to 2.25.2 > systemd: remove util-linux from DEPENDS > libsm: remove dependency on e2fsprogs > > meta/recipes-core/systemd/systemd_216.bb | 2 +- > meta/recipes-core/util-linux/util-linux.inc | 31 +-- > meta/recipes-core/util-linux/util-linux/MCONFIG | 223 --------------------- > meta/recipes-core/util-linux/util-linux/defines.h | 10 - > .../util-linux/util-linux/fix-configure.patch | 20 -- > .../util-linux/util-linux/make_include | 17 -- > meta/recipes-core/util-linux/util-linux/swapargs.h | 3 - > ...ensure-the-existence-of-directory-for-PAT.patch | 34 ---- > .../util-linux/util-linux/util-linux-native.patch | 54 ++--- > .../util-linux-ng-replace-siginterrupt.patch | 24 ++- > .../{util-linux_2.24.2.bb => util-linux_2.25.2.bb} | 8 +- > meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb | 7 +- > 12 files changed, 60 insertions(+), 373 deletions(-) > delete mode 100644 meta/recipes-core/util-linux/util-linux/MCONFIG > delete mode 100644 meta/recipes-core/util-linux/util-linux/defines.h > delete mode 100644 meta/recipes-core/util-linux/util-linux/fix-configure.patch > delete mode 100644 meta/recipes-core/util-linux/util-linux/make_include > delete mode 100644 meta/recipes-core/util-linux/util-linux/swapargs.h > delete mode 100644 meta/recipes-core/util-linux/util-linux/util-linux-ensure-the-existence-of-directory-for-PAT.patch > rename meta/recipes-core/util-linux/{util-linux_2.24.2.bb => util-linux_2.25.2.bb} (76%) >