[poky] [PATCH 0/7][PULL] connectivity/multimedia, recipe upgrade, Dongxiao

Saul Wold saul.wold at intel.com
Tue Dec 7 00:34:10 PST 2010


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 at intel.com>
> ---
>
>
> 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>




More information about the poky mailing list