All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] fixes for bash and nfs-utils
@ 2010-10-20  8:56 Qing He
  2010-10-20  9:28 ` Richard Purdie
  2010-10-22  0:54 ` [PULL] libtheora: add DEPENDS on libogg Cui, Dexuan
  0 siblings, 2 replies; 11+ messages in thread
From: Qing He @ 2010-10-20  8:56 UTC (permalink / raw)
  To: poky

this fixes bug 483 and bug 387.

Thanks,
Qing

---
 meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver |    6 +++---
 meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.2.bb  |    2 +-
 meta/recipes-extended/bash/bash.inc                     |    2 +-
 meta/recipes-extended/bash/bash_3.2.48.bb               |    2 +-
 meta/recipes-extended/bash/bash_4.1.bb                  |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

Qing He (2):
      bash: fix job control
      nfs-utils: fix nfs server initscript

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


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

* Re: [PULL] fixes for bash and nfs-utils
  2010-10-20  8:56 [PULL] fixes for bash and nfs-utils Qing He
@ 2010-10-20  9:28 ` Richard Purdie
  2010-10-22  0:54 ` [PULL] libtheora: add DEPENDS on libogg Cui, Dexuan
  1 sibling, 0 replies; 11+ messages in thread
From: Richard Purdie @ 2010-10-20  9:28 UTC (permalink / raw)
  To: Qing He; +Cc: poky

On Wed, 2010-10-20 at 16:56 +0800, Qing He wrote:
> this fixes bug 483 and bug 387.
> 
> Thanks,
> Qing
> 
> ---
>  meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver |    6 +++---
>  meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.2.bb  |    2 +-
>  meta/recipes-extended/bash/bash.inc                     |    2 +-
>  meta/recipes-extended/bash/bash_3.2.48.bb               |    2 +-
>  meta/recipes-extended/bash/bash_4.1.bb                  |    2 +-
>  5 files changed, 7 insertions(+), 7 deletions(-)
> 
> Qing He (2):
>       bash: fix job control
>       nfs-utils: fix nfs server initscript
> 
> Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=qhe/fix

Merged into master, thanks!

Richard



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

* [PULL] libtheora: add DEPENDS on libogg
  2010-10-20  8:56 [PULL] fixes for bash and nfs-utils Qing He
  2010-10-20  9:28 ` Richard Purdie
@ 2010-10-22  0:54 ` Cui, Dexuan
  2010-10-22  9:24   ` Richard Purdie
  2010-10-26  7:24   ` [PULL] busybox: enable more options for tar to support more file formats Cui, Dexuan
  1 sibling, 2 replies; 11+ messages in thread
From: Cui, Dexuan @ 2010-10-22  0:54 UTC (permalink / raw)
  To: poky@pokylinux.org

$ scripts/create-pull-request -r 27d06858b5f3138039bddecc0eaaee1e05e21b48 -b dcui/master
Note: <commit_id> parameter assumed as 'HEAD'

 meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Dexuan Cui (1):
      libtheora: add DEPENDS on libogg

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

commit 2ecf311fbca970f6ea2d80accc3f925b097b664e
Author: Dexuan Cui <dexuan.cui@intel.com>
Date:   Thu Oct 21 14:54:34 2010 +0800

    libtheora: add DEPENDS on libogg

    This is used to fix the following build failure:

     checking for oggpackB_read... no
    | configure: error: newer libogg version (1.1 or later) required

    Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>

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

* Re: [PULL] libtheora: add DEPENDS on libogg
  2010-10-22  0:54 ` [PULL] libtheora: add DEPENDS on libogg Cui, Dexuan
@ 2010-10-22  9:24   ` Richard Purdie
  2010-10-26  7:24   ` [PULL] busybox: enable more options for tar to support more file formats Cui, Dexuan
  1 sibling, 0 replies; 11+ messages in thread
From: Richard Purdie @ 2010-10-22  9:24 UTC (permalink / raw)
  To: Cui, Dexuan; +Cc: poky@pokylinux.org

On Fri, 2010-10-22 at 08:54 +0800, Cui, Dexuan wrote:
> $ scripts/create-pull-request -r 27d06858b5f3138039bddecc0eaaee1e05e21b48 -b dcui/master
> Note: <commit_id> parameter assumed as 'HEAD'
> 
>  meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> Dexuan Cui (1):
>       libtheora: add DEPENDS on libogg
> 
> Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master

Merged into master, thanks!

Richard



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

* [PULL] busybox: enable more options for tar to support more file formats
  2010-10-22  0:54 ` [PULL] libtheora: add DEPENDS on libogg Cui, Dexuan
  2010-10-22  9:24   ` Richard Purdie
@ 2010-10-26  7:24   ` Cui, Dexuan
  2010-11-04  0:55     ` [PULL] fixes to eglibc and busybox Cui, Dexuan
  1 sibling, 1 reply; 11+ messages in thread
From: Cui, Dexuan @ 2010-10-26  7:24 UTC (permalink / raw)
  To: 'poky@pokylinux.org'

$ scripts/create-pull-request -r 2ecf311fbca970f6ea2d80accc3f925b097b664e -b dcui/master
Note: <commit_id> parameter assumed as 'HEAD'

 meta/recipes-core/busybox/busybox-1.16.2/defconfig |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Dexuan Cui (1):
      busybox: enable more options for tar to support more file formats.

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


commit b952fae48c45e39a14ec9c24b0ee544a741c3f69
Author: Dexuan Cui <dexuan.cui@intel.com>
Date:   Tue Oct 26 15:10:26 2010 +0800

    busybox: enable more options for tar to support more file formats.

    Fixes [BUGID #495]

    Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>

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

* [PULL] fixes to eglibc and busybox
  2010-10-26  7:24   ` [PULL] busybox: enable more options for tar to support more file formats Cui, Dexuan
@ 2010-11-04  0:55     ` Cui, Dexuan
  2010-11-04 15:13       ` Mark Hatle
  0 siblings, 1 reply; 11+ messages in thread
From: Cui, Dexuan @ 2010-11-04  0:55 UTC (permalink / raw)
  To: 'poky@pokylinux.org'

BTW: The fix to busybox is a RESEND since looks it was neglected. :-)

$ scripts/create-pull-request -r 2ecf311fbca970f6ea2d80accc3f925b097b664e -b dcui/master
Note: <commit_id> parameter assumed as 'HEAD'

 meta/recipes-core/busybox/busybox-1.16.2/defconfig |   14 +++++++-------
 meta/recipes-core/eglibc/eglibc-package.inc        |    2 +-
 meta/recipes-core/eglibc/eglibc_2.12.bb            |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

Dexuan Cui (2):
      busybox: enable more options for tar to support more file formats.
      eglibc: install the missing /etc/ld.so.conf into target

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

 
commit 61e77cb2e9a240110c50925d1b3f908d14b02f24
Author: Dexuan Cui <dexuan.cui@intel.com>
Date:   Tue Nov 2 15:42:09 2010 +0800

    eglibc: install the missing /etc/ld.so.conf into target

    ${sysconfdir} should be added into FILES_${PN}.

    Fixes [BUGID #511]

    Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>

commit b952fae48c45e39a14ec9c24b0ee544a741c3f69
Author: Dexuan Cui <dexuan.cui@intel.com>
Date:   Tue Oct 26 15:10:26 2010 +0800

    busybox: enable more options for tar to support more file formats.

    Fixes [BUGID #495]

    Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>

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

* Re: [PULL] fixes to eglibc and busybox
  2010-11-04  0:55     ` [PULL] fixes to eglibc and busybox Cui, Dexuan
@ 2010-11-04 15:13       ` Mark Hatle
  2010-11-04 18:10         ` Saul Wold
  0 siblings, 1 reply; 11+ messages in thread
From: Mark Hatle @ 2010-11-04 15:13 UTC (permalink / raw)
  To: poky

On 11/3/10 7:55 PM, Cui, Dexuan wrote:
> BTW: The fix to busybox is a RESEND since looks it was neglected. :-)
>
> $ scripts/create-pull-request -r 2ecf311fbca970f6ea2d80accc3f925b097b664e -b dcui/master
> Note:<commit_id>  parameter assumed as 'HEAD'
>
>   meta/recipes-core/busybox/busybox-1.16.2/defconfig |   14 +++++++-------
>   meta/recipes-core/eglibc/eglibc-package.inc        |    2 +-
>   meta/recipes-core/eglibc/eglibc_2.12.bb            |    2 +-
>   3 files changed, 9 insertions(+), 9 deletions(-)
>
> Dexuan Cui (2):
>        busybox: enable more options for tar to support more file formats.
>        eglibc: install the missing /etc/ld.so.conf into target
>
> Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
>
>
> commit 61e77cb2e9a240110c50925d1b3f908d14b02f24
> Author: Dexuan Cui<dexuan.cui@intel.com>
> Date:   Tue Nov 2 15:42:09 2010 +0800
>
>      eglibc: install the missing /etc/ld.so.conf into target

My preference is that /etc/ld.so.conf not always be installed onto the target. 
It's not required for anything to function, and as long as only default library 
directories are used, even ldconfig will run properly with it not existing (or 
empty).

If we do install it, we need to make sure it's empty.  I don't think it's 
appropriate to advocate alternative library directories on an embedded platform.

>      ${sysconfdir} should be added into FILES_${PN}.
>
>      Fixes [BUGID #511]
>
>      Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
>
> commit b952fae48c45e39a14ec9c24b0ee544a741c3f69
> Author: Dexuan Cui<dexuan.cui@intel.com>
> Date:   Tue Oct 26 15:10:26 2010 +0800
>
>      busybox: enable more options for tar to support more file formats.
>
>      Fixes [BUGID #495]
>
>      Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
> _______________________________________________
> poky mailing list
> poky@pokylinux.org
> https://lists.pokylinux.org/listinfo/poky



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

* Re: [PULL] fixes to eglibc and busybox
  2010-11-04 15:13       ` Mark Hatle
@ 2010-11-04 18:10         ` Saul Wold
  2010-11-04 18:21           ` Mark Hatle
  0 siblings, 1 reply; 11+ messages in thread
From: Saul Wold @ 2010-11-04 18:10 UTC (permalink / raw)
  To: poky

On 11/04/2010 08:13 AM, Mark Hatle wrote:
> On 11/3/10 7:55 PM, Cui, Dexuan wrote:
>> BTW: The fix to busybox is a RESEND since looks it was neglected. :-)
>>
>> $ scripts/create-pull-request -r 2ecf311fbca970f6ea2d80accc3f925b097b664e -b dcui/master
>> Note:<commit_id>   parameter assumed as 'HEAD'
>>
>>    meta/recipes-core/busybox/busybox-1.16.2/defconfig |   14 +++++++-------
>>    meta/recipes-core/eglibc/eglibc-package.inc        |    2 +-
>>    meta/recipes-core/eglibc/eglibc_2.12.bb            |    2 +-
>>    3 files changed, 9 insertions(+), 9 deletions(-)
>>
>> Dexuan Cui (2):
>>         busybox: enable more options for tar to support more file formats.
>>         eglibc: install the missing /etc/ld.so.conf into target
>>
>> Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
>>
>>
>> commit 61e77cb2e9a240110c50925d1b3f908d14b02f24
>> Author: Dexuan Cui<dexuan.cui@intel.com>
>> Date:   Tue Nov 2 15:42:09 2010 +0800
>>
>>       eglibc: install the missing /etc/ld.so.conf into target
>
> My preference is that /etc/ld.so.conf not always be installed onto the target.
> It's not required for anything to function, and as long as only default library
> directories are used, even ldconfig will run properly with it not existing (or
> empty).
>
> If we do install it, we need to make sure it's empty.  I don't think it's
> appropriate to advocate alternative library directories on an embedded platform.
>
Mark,

The default one that we are installing contains entries for 
/usr/local/lib and /usr/X11R6/lib

I understand you would rather it be empty, is that correct?


Sau!


>>       ${sysconfdir} should be added into FILES_${PN}.
>>
>>       Fixes [BUGID #511]
>>
>>       Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
>>
>> commit b952fae48c45e39a14ec9c24b0ee544a741c3f69
>> Author: Dexuan Cui<dexuan.cui@intel.com>
>> Date:   Tue Oct 26 15:10:26 2010 +0800
>>
>>       busybox: enable more options for tar to support more file formats.
>>
>>       Fixes [BUGID #495]
>>
>>       Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
>> _______________________________________________
>> poky mailing list
>> poky@pokylinux.org
>> https://lists.pokylinux.org/listinfo/poky
>
> _______________________________________________
> poky mailing list
> poky@pokylinux.org
> https://lists.pokylinux.org/listinfo/poky
>



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

* Re: [PULL] fixes to eglibc and busybox
  2010-11-04 18:10         ` Saul Wold
@ 2010-11-04 18:21           ` Mark Hatle
  2010-11-04 21:17             ` Saul Wold
  0 siblings, 1 reply; 11+ messages in thread
From: Mark Hatle @ 2010-11-04 18:21 UTC (permalink / raw)
  To: poky

On 11/4/10 1:10 PM, Saul Wold wrote:
> On 11/04/2010 08:13 AM, Mark Hatle wrote:
>> On 11/3/10 7:55 PM, Cui, Dexuan wrote:
>>> BTW: The fix to busybox is a RESEND since looks it was neglected. :-)
>>>
>>> $ scripts/create-pull-request -r 2ecf311fbca970f6ea2d80accc3f925b097b664e -b dcui/master
>>> Note:<commit_id>    parameter assumed as 'HEAD'
>>>
>>>     meta/recipes-core/busybox/busybox-1.16.2/defconfig |   14 +++++++-------
>>>     meta/recipes-core/eglibc/eglibc-package.inc        |    2 +-
>>>     meta/recipes-core/eglibc/eglibc_2.12.bb            |    2 +-
>>>     3 files changed, 9 insertions(+), 9 deletions(-)
>>>
>>> Dexuan Cui (2):
>>>          busybox: enable more options for tar to support more file formats.
>>>          eglibc: install the missing /etc/ld.so.conf into target
>>>
>>> Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
>>>
>>>
>>> commit 61e77cb2e9a240110c50925d1b3f908d14b02f24
>>> Author: Dexuan Cui<dexuan.cui@intel.com>
>>> Date:   Tue Nov 2 15:42:09 2010 +0800
>>>
>>>        eglibc: install the missing /etc/ld.so.conf into target
>>
>> My preference is that /etc/ld.so.conf not always be installed onto the target.
>> It's not required for anything to function, and as long as only default library
>> directories are used, even ldconfig will run properly with it not existing (or
>> empty).
>>
>> If we do install it, we need to make sure it's empty.  I don't think it's
>> appropriate to advocate alternative library directories on an embedded platform.
>>
> Mark,
>
> The default one that we are installing contains entries for
> /usr/local/lib and /usr/X11R6/lib
>
> I understand you would rather it be empty, is that correct?

Generally speaking, we should not be placing software into /usr/local/lib as 
part of the Yocto work.  That location, and /opt/* are reserved for system 
administrators to place their own software...  So that location, if necessary, 
should be done by the system admin.

The /usr/X11R6/lib location should be a symlink to /usr/lib.  As all of the X 
libraries are installed into /usr/lib... so there is no reason to have this 
location in the ld.so.conf.  (Note I have not verified that that is a symlink... 
or if the directory is empty -- but it should be...)

So yes, my preference is that it's either absent or empty for embedded systems.

--Mark

>
> Sau!
>
>
>>>        ${sysconfdir} should be added into FILES_${PN}.
>>>
>>>        Fixes [BUGID #511]
>>>
>>>        Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
>>>
>>> commit b952fae48c45e39a14ec9c24b0ee544a741c3f69
>>> Author: Dexuan Cui<dexuan.cui@intel.com>
>>> Date:   Tue Oct 26 15:10:26 2010 +0800
>>>
>>>        busybox: enable more options for tar to support more file formats.
>>>
>>>        Fixes [BUGID #495]
>>>
>>>        Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
>>> _______________________________________________
>>> poky mailing list
>>> poky@pokylinux.org
>>> https://lists.pokylinux.org/listinfo/poky
>>
>> _______________________________________________
>> poky mailing list
>> poky@pokylinux.org
>> https://lists.pokylinux.org/listinfo/poky
>>
>
> _______________________________________________
> poky mailing list
> poky@pokylinux.org
> https://lists.pokylinux.org/listinfo/poky



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

* Re: [PULL] fixes to eglibc and busybox
  2010-11-04 18:21           ` Mark Hatle
@ 2010-11-04 21:17             ` Saul Wold
  2010-11-05  0:29               ` Cui, Dexuan
  0 siblings, 1 reply; 11+ messages in thread
From: Saul Wold @ 2010-11-04 21:17 UTC (permalink / raw)
  To: Mark Hatle; +Cc: poky@pokylinux.org

On 11/04/2010 11:21 AM, Mark Hatle wrote:
> On 11/4/10 1:10 PM, Saul Wold wrote:
>> On 11/04/2010 08:13 AM, Mark Hatle wrote:
>>> On 11/3/10 7:55 PM, Cui, Dexuan wrote:
>>>> BTW: The fix to busybox is a RESEND since looks it was neglected. :-)
>>>>
>>>> $ scripts/create-pull-request -r 2ecf311fbca970f6ea2d80accc3f925b097b664e -b dcui/master
>>>> Note:<commit_id>     parameter assumed as 'HEAD'
>>>>
>>>>      meta/recipes-core/busybox/busybox-1.16.2/defconfig |   14 +++++++-------
>>>>      meta/recipes-core/eglibc/eglibc-package.inc        |    2 +-
>>>>      meta/recipes-core/eglibc/eglibc_2.12.bb            |    2 +-
>>>>      3 files changed, 9 insertions(+), 9 deletions(-)
>>>>
>>>> Dexuan Cui (2):
>>>>           busybox: enable more options for tar to support more file formats.
>>>>           eglibc: install the missing /etc/ld.so.conf into target
>>>>
>>>> Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
>>>>
>>>>
>>>> commit 61e77cb2e9a240110c50925d1b3f908d14b02f24
>>>> Author: Dexuan Cui<dexuan.cui@intel.com>
>>>> Date:   Tue Nov 2 15:42:09 2010 +0800
>>>>
>>>>         eglibc: install the missing /etc/ld.so.conf into target
>>>
>>> My preference is that /etc/ld.so.conf not always be installed onto the target.
>>> It's not required for anything to function, and as long as only default library
>>> directories are used, even ldconfig will run properly with it not existing (or
>>> empty).
>>>
>>> If we do install it, we need to make sure it's empty.  I don't think it's
>>> appropriate to advocate alternative library directories on an embedded platform.
>>>
>> Mark,
>>
>> The default one that we are installing contains entries for
>> /usr/local/lib and /usr/X11R6/lib
>>
>> I understand you would rather it be empty, is that correct?
>
> Generally speaking, we should not be placing software into /usr/local/lib as
> part of the Yocto work.  That location, and /opt/* are reserved for system
> administrators to place their own software...  So that location, if necessary,
> should be done by the system admin.
>
Agreed

> The /usr/X11R6/lib location should be a symlink to /usr/lib.  As all of the X
> libraries are installed into /usr/lib... so there is no reason to have this
> location in the ld.so.conf.  (Note I have not verified that that is a symlink...
> or if the directory is empty -- but it should be...)
>
I don't think we even install an X11R6 directory anymore, so it can be 
removed!  CONFIRMED no /usr/X11R6 dir in a yocto image.

Sau!

> So yes, my preference is that it's either absent or empty for embedded systems.
>
> --Mark
>
>>
>> Sau!
>>
>>
>>>>         ${sysconfdir} should be added into FILES_${PN}.
>>>>
>>>>         Fixes [BUGID #511]
>>>>
>>>>         Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
>>>>
>>>> commit b952fae48c45e39a14ec9c24b0ee544a741c3f69
>>>> Author: Dexuan Cui<dexuan.cui@intel.com>
>>>> Date:   Tue Oct 26 15:10:26 2010 +0800
>>>>
>>>>         busybox: enable more options for tar to support more file formats.
>>>>
>>>>         Fixes [BUGID #495]
>>>>
>>>>         Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
>>>> _______________________________________________
>>>> poky mailing list
>>>> poky@pokylinux.org
>>>> https://lists.pokylinux.org/listinfo/poky
>>>
>>> _______________________________________________
>>> poky mailing list
>>> poky@pokylinux.org
>>> https://lists.pokylinux.org/listinfo/poky
>>>
>>
>> _______________________________________________
>> poky mailing list
>> poky@pokylinux.org
>> https://lists.pokylinux.org/listinfo/poky
>
> _______________________________________________
> poky mailing list
> poky@pokylinux.org
> https://lists.pokylinux.org/listinfo/poky
>



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

* Re: [PULL] fixes to eglibc and busybox
  2010-11-04 21:17             ` Saul Wold
@ 2010-11-05  0:29               ` Cui, Dexuan
  0 siblings, 0 replies; 11+ messages in thread
From: Cui, Dexuan @ 2010-11-05  0:29 UTC (permalink / raw)
  To: Wold, Saul, Mark Hatle; +Cc: poky@pokylinux.org

>> On 11/04/2010 11:21 AM, Mark Hatle wrote:
>> 
>> So yes, my preference is that it's either absent or empty for
>> embedded systems. 

Hi Mark and Saul,
Thanks very much for the detailed explanation!!
So I'll make a new patch to install an empty ld.so.conf (to avoid the annoying spurious warning from ldconfig).

BTW: I'll send the new PULL mail to yocto@yoctoproject.org as this is not related to poky core.

Thanks,
-- Dexuan

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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20  8:56 [PULL] fixes for bash and nfs-utils Qing He
2010-10-20  9:28 ` Richard Purdie
2010-10-22  0:54 ` [PULL] libtheora: add DEPENDS on libogg Cui, Dexuan
2010-10-22  9:24   ` Richard Purdie
2010-10-26  7:24   ` [PULL] busybox: enable more options for tar to support more file formats Cui, Dexuan
2010-11-04  0:55     ` [PULL] fixes to eglibc and busybox Cui, Dexuan
2010-11-04 15:13       ` Mark Hatle
2010-11-04 18:10         ` Saul Wold
2010-11-04 18:21           ` Mark Hatle
2010-11-04 21:17             ` Saul Wold
2010-11-05  0:29               ` Cui, Dexuan

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.