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 mx1.pokylinux.org (Postfix) with ESMTP id 3B23C4C80050 for ; Tue, 7 Dec 2010 02:34:11 -0600 (CST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 07 Dec 2010 00:34:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,310,1288594800"; d="scan'208";a="581278087" Received: from unknown (HELO [10.255.13.6]) ([10.255.13.6]) by orsmga002.jf.intel.com with ESMTP; 07 Dec 2010 00:34:10 -0800 Message-ID: <4CFDF182.6020501@intel.com> Date: Tue, 07 Dec 2010 00:34:10 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: Dongxiao Xu References: In-Reply-To: Cc: "poky@yoctoproject.org" Subject: Re: [PATCH 0/7][PULL] connectivity/multimedia, recipe upgrade, Dongxiao X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2010 08:34:11 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/06/2010 11:10 PM, Dongxiao Xu wrote: > Hi Saul, > > This pull request upgrades the recipe in connectivity and multimedia part. > Please help to review and pull. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: dxu4/distro > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro > > Thanks, > Dongxiao Xu > --- > > > Dongxiao Xu (7): > gssdp: upgrade to version 0.9.0 > gst-ffmpeg: upgrade to version 0.10.11 > gst-fluendo-mp3: upgrade to version 0.10.15 > gst-fluendo-mpegdemux: upgrade to version 0.10.62 > pulseaudio: upgrade to version 0.9.21 > gupnp: upgrade to version 0.14.0 > distro_tracking: update gupnp, gst-ffmpeg, gst-fluendo-mp3, etc. > > .../conf/distro/include/distro_tracking_fields.inc | 35 +++++-- > meta/conf/distro/include/poky-fixed-revisions.inc | 4 + > meta/conf/distro/poky.conf | 3 +- I don't think that you should be commenting this out. > .../gupnp/gssdp-0.9.0/introspection.patch | 101 ++++++++++++++++++++ > .../gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb} | 12 ++- > .../gupnp/gupnp-0.14.0/introspection.patch | 101 ++++++++++++++++++++ Are the two introspection patches the same? Can the be shared via the "gupnp/files" directory instead of having 2 copies of the same patch? If so, please send an updated patch > .../gupnp/{gupnp_0.13.2.bb => gupnp_0.14.0.bb} | 10 ++- > .../gst-ffmpeg-0.10.1/configure_fix.patch | 13 --- > .../gstreamer/gst-ffmpeg-0.10.1/no_beos.patch | 55 ----------- Why are you deleting these patches, please explain more fully. > .../gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff | 14 +++ > .../gstreamer/gst-ffmpeg_0.10.1.bb | 35 ------- > .../gstreamer/gst-ffmpeg_0.10.11.bb | 39 ++++++++ > .../gstreamer/gst-fluendo-mp3/configure_fix.patch | 16 --- > .../gstreamer/gst-fluendo-mp3_0.10.15.bb | 13 +++ > .../gstreamer/gst-fluendo-mp3_0.10.2.bb | 12 --- > .../gstreamer/gst-fluendo-mpegdemux_0.10.62.bb | 13 +++ > .../gstreamer/gst-fluendo-mpegdemux_0.10.7.bb | 6 - > .../pulseaudio/pulseaudio-0.9.21/armv4+v5asm.patch | 59 ++++++++++++ > .../pulseaudio-0.9.21/autoconf_version.patch | 15 +++ > .../pulseaudio/pulseaudio-0.9.21/buildfix.patch | 15 +++ > .../pulseaudio-0.9.21/configure_silent_rules.patch | 31 ++++++ > .../pulseaudio-0.9.21/gcc4-compile-fix.patch | 20 ++++ > .../pulseaudio/pulseaudio-0.9.21/tls_m4.patch | 32 ++++++ > .../pulseaudio-0.9.21/volatiles.04_pulse | 2 + > .../pulseaudio/pulseaudio_0.9.21.bb | 28 ++++++ > 25 files changed, 533 insertions(+), 151 deletions(-) > create mode 100644 meta/recipes-connectivity/gupnp/gssdp-0.9.0/introspection.patch > rename meta/recipes-connectivity/gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb} (66%) > create mode 100644 meta/recipes-connectivity/gupnp/gupnp-0.14.0/introspection.patch > rename meta/recipes-connectivity/gupnp/{gupnp_0.13.2.bb => gupnp_0.14.0.bb} (81%) > delete mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.1/configure_fix.patch > delete mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.1/no_beos.patch > create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff > delete mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb > create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb > delete mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch > create mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.15.bb > delete mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb > create mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.62.bb > delete mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb > create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/armv4+v5asm.patch > create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/autoconf_version.patch > create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/buildfix.patch > create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/configure_silent_rules.patch > create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/gcc4-compile-fix.patch > create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/tls_m4.patch > create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/volatiles.04_pulse > create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.21.bb > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky >