From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SPHzz-0003PI-FG for openembedded-core@lists.openembedded.org; Tue, 01 May 2012 20:40:31 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 01 May 2012 11:30:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="137543743" Received: from unknown (HELO [10.255.12.182]) ([10.255.12.182]) by azsmga001.ch.intel.com with ESMTP; 01 May 2012 11:30:46 -0700 Message-ID: <4FA02BD6.2010207@linux.intel.com> Date: Tue, 01 May 2012 11:30:46 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc. 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: Tue, 01 May 2012 18:40:31 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/28/2012 01:12 AM, Dongxiao Xu wrote: > Hi Saul, > > This pull request upgrades some recipes. > > Please help to review and pull. > > Thanks, > Dongxiao > > The following changes since commit 5a1f172d35be610688842a8a9a84f24edb9aeb51: > > bitbake.conf: use TUNE_PKGARCH instead of TARGET_ARCH in SDK_NAME (2012-04-26 10:59:20 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib dxu4/upgrade > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade > > Dongxiao Xu (8): > gst-fluendo-mpegdemux: upgrade to version 0.10.70 > telepathy-mission-control: upgrade to version 5.12.0 > telepathy-glib: upgrade to version 0.18.1 > bluez-hcidump: upgrade to version 2.4 > iproute2: upgrade to version 3.3.0 Not merged since not updated > ofono: upgrade to version 1.6 Not merged since no checksums, but merged Martin's version > iptables: upgrade to version 1.4.13 > distro_tracking_fields: Change for ofono, iptables, etc > Merged everything else into OE-Core Sau! > .../conf/distro/include/distro_tracking_fields.inc | 46 ++++++++++---------- > .../{bluez-hcidump_2.3.bb => bluez-hcidump_2.4.bb} | 4 +- > .../configure-cross.patch | 0 > .../{iproute2_3.2.0.bb => iproute2_3.3.0.bb} | 2 +- > .../ofono/{ofono_1.5.bb => ofono_1.6.bb} | 2 +- > ...thy-glib_0.17.5.bb => telepathy-glib_0.18.1.bb} | 4 +- > ...11.0.bb => telepathy-mission-control_5.12.0.bb} | 6 +- > .../iptables/iptables/GNUmakefile.patch | 18 -------- > .../{iptables_1.4.12.2.bb => iptables_1.4.13.bb} | 5 +- > ...0.10.69.bb => gst-fluendo-mpegdemux_0.10.70.bb} | 4 +- > 10 files changed, 36 insertions(+), 55 deletions(-) > rename meta/recipes-connectivity/bluez/{bluez-hcidump_2.3.bb => bluez-hcidump_2.4.bb} (83%) > rename meta/recipes-connectivity/iproute2/{iproute2-3.2.0 => iproute2-3.3.0}/configure-cross.patch (100%) > rename meta/recipes-connectivity/iproute2/{iproute2_3.2.0.bb => iproute2_3.3.0.bb} (97%) > rename meta/recipes-connectivity/ofono/{ofono_1.5.bb => ofono_1.6.bb} (97%) > rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.5.bb => telepathy-glib_0.18.1.bb} (82%) > rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.11.0.bb => telepathy-mission-control_5.12.0.bb} (91%) > delete mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch > rename meta/recipes-extended/iptables/{iptables_1.4.12.2.bb => iptables_1.4.13.bb} (89%) > rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.69.bb => gst-fluendo-mpegdemux_0.10.70.bb} (71%) >