All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] multimedia upgrades and disk optmization, Dongxiao Xu, 2010/11/12
@ 2010-11-12 11:24 Xu, Dongxiao
  2010-11-12 17:29 ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Xu, Dongxiao @ 2010-11-12 11:24 UTC (permalink / raw)
  To: Wold, Saul; +Cc: yocto@yoctoproject.org

Hi Saul,

This pull request contains some gstreamer recipe upgrades and disk space optimization, please help to review and pull.

Thanks,
Dongxiao 

 meta/classes/sstate.bbclass                                                       |    3
 meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.19.bb                      |   24
 meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb                      |   24
 meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb                     |   22
 meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb                     |   22
 meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.23.bb                     |   19
 meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.25.bb                     |   19
 meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.15.bb                     |   19
 meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.16.bb                     |   19
 meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/check_fix.patch               |   17
 meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/gst-inspect-check-error.patch |   14
 meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/gstregistrybinary.c           |  487 ----------
 meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/gstregistrybinary.h           |  194 ---
 meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/check_fix.patch               |   17
 meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/gst-inspect-check-error.patch |   14
 meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/gstregistrybinary.c           |  487 ++++++++++
 meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/gstregistrybinary.h           |  194 +++
 meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb                            |   30
 meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb                            |   30
 19 files changed, 829 insertions(+), 826 deletions(-)

Dongxiao Xu (6):
      sstate.bbclass: Remove the temp sstate-build-* directories in WORKDIR
      gstreamer: Upgrade to version 0.10.30
      gst-plugins-base: Upgraded to version 0.10.30
      gst-plugins-good: Upgraded to version 0.10.25
      gst-plugins-bad: Upgraded to version 0.10.20
      gst-plugins-ugly: Upgraded to version 0.10.16

Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] multimedia upgrades and disk optmization, Dongxiao Xu, 2010/11/12
  2010-11-12 11:24 [PULL] multimedia upgrades and disk optmization, Dongxiao Xu, 2010/11/12 Xu, Dongxiao
@ 2010-11-12 17:29 ` Saul Wold
  2010-11-13  0:02   ` Xu, Dongxiao
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2010-11-12 17:29 UTC (permalink / raw)
  To: Xu, Dongxiao, Yocto Project Discussion

On 11/12/2010 03:24 AM, Xu, Dongxiao wrote:
> Hi Saul,
>
> This pull request contains some gstreamer recipe upgrades and disk space optimization, please help to review and pull.
>
Dongxiao,

Will you have a distro tracking pull request also?

> Thanks,
> Dongxiao
>
>   meta/classes/sstate.bbclass
Minor nit, traditional the options go between the command and the file 
list, so I fixed this to be "rm -rf ${SSTATE_BUILDDIR}".

Sau!
                                                      |    3
>   meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.19.bb                      |   24
>   meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb                      |   24
>   meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb                     |   22
>   meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb                     |   22
>   meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.23.bb                     |   19
>   meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.25.bb                     |   19
>   meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.15.bb                     |   19
>   meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.16.bb                     |   19
>   meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/check_fix.patch               |   17
>   meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/gst-inspect-check-error.patch |   14
>   meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/gstregistrybinary.c           |  487 ----------
>   meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/gstregistrybinary.h           |  194 ---
>   meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/check_fix.patch               |   17
>   meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/gst-inspect-check-error.patch |   14
>   meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/gstregistrybinary.c           |  487 ++++++++++
>   meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/gstregistrybinary.h           |  194 +++
>   meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb                            |   30
>   meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb                            |   30
>   19 files changed, 829 insertions(+), 826 deletions(-)
>
> Dongxiao Xu (6):
>        sstate.bbclass: Remove the temp sstate-build-* directories in WORKDIR
>        gstreamer: Upgrade to version 0.10.30
>        gst-plugins-base: Upgraded to version 0.10.30
>        gst-plugins-good: Upgraded to version 0.10.25
>        gst-plugins-bad: Upgraded to version 0.10.20
>        gst-plugins-ugly: Upgraded to version 0.10.16
>
> Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] multimedia upgrades and disk optmization, Dongxiao Xu, 2010/11/12
  2010-11-12 17:29 ` Saul Wold
@ 2010-11-13  0:02   ` Xu, Dongxiao
  0 siblings, 0 replies; 3+ messages in thread
From: Xu, Dongxiao @ 2010-11-13  0:02 UTC (permalink / raw)
  To: Saul Wold, Yocto Project Discussion

Saul Wold wrote:
> On 11/12/2010 03:24 AM, Xu, Dongxiao wrote:
>> Hi Saul,
>> 
>> This pull request contains some gstreamer recipe upgrades and disk
>> space optimization, please help to review and pull. 
>> 
> Dongxiao,
> 
> Will you have a distro tracking pull request also?

Hi Saul,

Here is the pull request for distro tracking fields.

 meta/conf/distro/include/distro_tracking_fields.inc |   26 ++++++++++----------
 1 file changed, 13 insertions(+), 13 deletions(-)

Dongxiao Xu (1):
      distro_tracking: Update distro tracking for gstreamer and gst-* recipes

Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro

> 
>> Thanks,
>> Dongxiao
>> 
>>   meta/classes/sstate.bbclass
> Minor nit, traditional the options go between the command and the
> file list, so I fixed this to be "rm -rf ${SSTATE_BUILDDIR}". 

Yes you are right, thanks for the fixing.

Thanks,
Dongxiao

> 
> Sau!
>                                                       |    3
>>   meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.19.bb      
>>   |   24
>>   meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb      
>>   |   24
>>   meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb     
>>   |   22
>>   meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb     
>>   |   22
>>   meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.23.bb     
>>   |   19
>>   meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.25.bb     
>>   |   19
>>   meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.15.bb     
>>   |   19
>>   meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.16.bb     
>>   |   19
>>  
>>  
>>  
>> meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/check_fix.patch 
>> |   17
>> meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/gst-inspect-check-error.patch
>> |   14
>> meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/gstregistrybinary.c
>> |  487 ----------
>> meta/recipes-multimedia/gstreamer/gstreamer-0.10.29/gstregistrybinary.h
>> |  194 ---
>> meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/check_fix.patch 
>> |   17
>> meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/gst-inspect-check-error.patch
>> |   14
>> meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/gstregistrybinary.c
>> |  487 ++++++++++
>> meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/gstregistrybinary.h
>> |  194 +++ meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb   
>> |   30 meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb       
>> |   30 19 files changed, 829 insertions(+), 826 deletions(-)        
>> 
>> Dongxiao Xu (6):
>>        sstate.bbclass: Remove the temp sstate-build-* directories in
>>        WORKDIR gstreamer: Upgrade to version 0.10.30
>>        gst-plugins-base: Upgraded to version 0.10.30
>>        gst-plugins-good: Upgraded to version 0.10.25
>>        gst-plugins-bad: Upgraded to version 0.10.20
>>        gst-plugins-ugly: Upgraded to version 0.10.16
>> 
>> Pull URL:
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-13  0:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-12 11:24 [PULL] multimedia upgrades and disk optmization, Dongxiao Xu, 2010/11/12 Xu, Dongxiao
2010-11-12 17:29 ` Saul Wold
2010-11-13  0:02   ` Xu, Dongxiao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.