From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 986A160CF8 for ; Tue, 17 Dec 2013 19:20:12 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 17 Dec 2013 11:16:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,502,1384329600"; d="scan'208";a="453804621" Received: from unknown (HELO [10.255.15.128]) ([10.255.15.128]) by orsmga002.jf.intel.com with ESMTP; 17 Dec 2013 11:20:08 -0800 Message-ID: <52B0A3E8.6060202@linux.intel.com> Date: Tue, 17 Dec 2013 11:20:08 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: In-Reply-To: Subject: Re: [CONSOLIDATED PULL 00/11] 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: Tue, 17 Dec 2013 19:20:14 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/17/2013 09:10 AM, Saul Wold wrote: > > The following changes since commit b226ab4cf7779f4dfaa78210cb6249766ed564c1: > > insane: handle recursive configures when checking for unknown configure options (2013-12-16 12:12:40 +0000) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib sgw/stage > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage > > Cristian Iorga (1): > libpcap: upgrade to 1.5.2 > > Kai Kang (5): > lsb: update directory of install_initd and remove_initd > LSB_Test.sh: update rpm platform file when enable multilib > LSB_Test.sh: check ldconfig before update cache > LSB_Test.sh: update locales > lsbtest: add ppc64 support > > Paul Eggleton (1): > scripts/contrib: Add graph-tool > I updated my branch with the updates from Paul, so they should be in sync. Sau! > Ross Burton (1): > systemd-compat-units: drop machineid.service > > Saul Wold (1): > man-pages: upgrade to 3.55 > > Zhong Hongbo (2): > bluez4: Install the test script > bluez4: use legacy pygobject instead of gobject-introspection > > .../bluez/bluez4-4.101/install-test-script.patch | 26 ++++++ > ...pygobject-instead-ofgobject-introspection.patch | 27 +++++++ > meta/recipes-connectivity/bluez/bluez4_4.101.bb | 7 +- > .../libpcap/libpcap/aclocal.patch | 8 +- > .../libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} | 4 +- > meta/recipes-core/systemd/systemd-compat-units.bb | 4 - > .../systemd/systemd-compat-units/machineid.service | 16 ---- > meta/recipes-extended/lsb/lsb_4.1.bb | 8 +- > meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 20 ++++- > meta/recipes-extended/lsb/lsbtest_1.0.bb | 12 +++ > .../{man-pages_3.54.bb => man-pages_3.55.bb} | 4 +- > scripts/contrib/graph-tool | 92 ++++++++++++++++++++++ > 12 files changed, 194 insertions(+), 34 deletions(-) > create mode 100644 meta/recipes-connectivity/bluez/bluez4-4.101/install-test-script.patch > create mode 100644 meta/recipes-connectivity/bluez/bluez4-4.101/use-legacy-pygobject-instead-ofgobject-introspection.patch > rename meta/recipes-connectivity/libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} (80%) > delete mode 100644 meta/recipes-core/systemd/systemd-compat-units/machineid.service > rename meta/recipes-extended/man-pages/{man-pages_3.54.bb => man-pages_3.55.bb} (82%) > create mode 100755 scripts/contrib/graph-tool >