From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QNzk9-0006Hx-C1 for openembedded-core@lists.openembedded.org; Sun, 22 May 2011 05:54:17 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 21 May 2011 20:51:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,250,1304319600"; d="scan'208";a="6052603" Received: from unknown (HELO [10.255.12.39]) ([10.255.12.39]) by fmsmga001.fm.intel.com with ESMTP; 21 May 2011 20:51:17 -0700 Message-ID: <4DD88835.3080205@linux.intel.com> Date: Sat, 21 May 2011 20:51:17 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: In-Reply-To: Subject: Re: [PATCH 0/8] 21-May-Consolidated Pull 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: Sun, 22 May 2011 03:54:17 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/21/2011 11:37 AM, Saul Wold wrote: > Richard, > > This has a couple of fixes that are bound for M1, and will be cherry-picked > there once in oe-core / poky master. > > The GCC Version update to 4.6 along with a corresponding change to eglibc 2.13 > has been build tested and will be QA'ed as part of RC1 in 1.1 m1. > > Thanks > Sau! > > > The following changes since commit 54ecf8e3992b8a01c2e5bd16720e1819b71b68bd: > > packagedata: don't choke on empty PACKAGES (2011-05-20 17:41:34 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib.git sgw/stage > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage > > Khem Raj (2): > opkg_svn.bb: Install rcS.d into $D instead of $IMAGE_ROOTFS > distcc_2.18.3.bb: Fix compilation on uclibc > I have updated sgw/stage with the changes from Khem's latest branch. Sau! > Saul Wold (6): > gail: Add LIC_FILES_CHKSUM > update-alternatives-dpkg: Update to dpkg base 1.15.8.7 > puzzles: update to r9173 > tcmode-default: set *GCCVERSION to 4.6 for all Arches > tcmode-default: Update Eglibc to 2.13 > package_rpm.bbclass: create method for createrepo cmd > > meta/classes/package_rpm.bbclass | 6 +++++- > meta/conf/distro/include/tcmode-default.inc | 6 +----- > meta/recipes-devtools/distcc/distcc_2.18.3.bb | 17 ++++++++++++----- > meta/recipes-devtools/opkg/opkg/headerfix.patch | 19 ------------------- > meta/recipes-devtools/opkg/opkg_svn.bb | 3 +-- > .../update-alternatives-dpkg.inc | 6 ++++-- > .../update-alternatives-dpkg_1.13.22.bb | 7 ------- > .../update-alternatives-dpkg_1.15.8.7.bb | 13 +++++++++++++ > meta/recipes-gnome/gnome/gail_1.20.0.bb | 10 +++++++--- > .../puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} | 0 > 10 files changed, 43 insertions(+), 44 deletions(-) > delete mode 100644 meta/recipes-devtools/opkg/opkg/headerfix.patch > delete mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.13.22.bb > create mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.15.8.7.bb > rename meta/recipes-sato/puzzles/{puzzles_r9163.bb => puzzles_r9173.bb} (100%) >