Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-13 Thread Paul Eggleton
On Wednesday 06 June 2012 09:10:34 Gary Thomas wrote: > On 2012-06-05 09:01, Robert P. J. Day wrote: > > On Tue, 5 Jun 2012, Wang, Shane wrote: > >> Robert P. J. Day wrote on 2012-06-05: > >>>at this point, has the problem been identified? or does this still > >>> > >>> require a bugzilla sub

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-06 Thread Gary Thomas
On 2012-06-05 09:01, Robert P. J. Day wrote: On Tue, 5 Jun 2012, Wang, Shane wrote: Robert P. J. Day wrote on 2012-06-05: at this point, has the problem been identified? or does this still require a bugzilla submission? it would appear that the issue involves any package with a "+" in t

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-05 Thread Robert P. J. Day
On Tue, 5 Jun 2012, Wang, Shane wrote: > Robert P. J. Day wrote on 2012-06-05: > > at this point, has the problem been identified? or does this still > > require a bugzilla submission? it would appear that the issue > > involves any package with a "+" in the package name which, for now, > > a

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-05 Thread Wang, Shane
Robert P. J. Day wrote on 2012-06-05: > at this point, has the problem been identified? or does this still > require a bugzilla submission? it would appear that the issue > involves any package with a "+" in the package name which, for now, > appears to be just that gtk+ package. would any oth

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-05 Thread Robert P. J. Day
On Tue, 5 Jun 2012, Wang, Shane wrote: > > Khem Raj wrote on 2012-06-05: > > > On Mon, Jun 4, 2012 at 10:04 PM, Wang, Shane > > wrote: > >> Yeah, Robert, > >> > >> You found a bug in bitbake. In the fetch code, local directory > >> /home/rpjday/dl/gtk+-2.24.8.tar.bz2 is decoded as > >> /home/rpjd

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-05 Thread Wang, Shane
Khem Raj wrote on 2012-06-05: > On Mon, Jun 4, 2012 at 10:04 PM, Wang, Shane > wrote: >> Yeah, Robert, >> >> You found a bug in bitbake. In the fetch code, local directory >> /home/rpjday/dl/gtk+-2.24.8.tar.bz2 is decoded as >> /home/rpjday/dl/gtk%2B-2.24.8.tar.bz2 by newuri = uri_replace(origu

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-04 Thread Khem Raj
On Mon, Jun 4, 2012 at 10:04 PM, Wang, Shane wrote: > Yeah, Robert, > > You found a bug in bitbake. > In the fetch code, local directory /home/rpjday/dl/gtk+-2.24.8.tar.bz2 is > decoded as /home/rpjday/dl/gtk%2B-2.24.8.tar.bz2 by > newuri = uri_replace(origud, find, replace, ld), which is line 48

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-04 Thread Wang, Shane
Yeah, Robert, You found a bug in bitbake. In the fetch code, local directory /home/rpjday/dl/gtk+-2.24.8.tar.bz2 is decoded as /home/rpjday/dl/gtk%2B-2.24.8.tar.bz2 by newuri = uri_replace(origud, find, replace, ld), which is line 480 in lib/bb/fetch2/__init__.py. And later on it is checked whet

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-04 Thread Robert P. J. Day
On Sun, 3 Jun 2012, Robert P. J. Day wrote: > for a yocto talk to my local LUG later this week, i want to build > a simple core-image-sato image for qemux86 and, for quite some time, > i've kept a local download directory for tarballs, and taken > advantage of it with this in all of my local.con

[yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-03 Thread Robert P. J. Day
for a yocto talk to my local LUG later this week, i want to build a simple core-image-sato image for qemux86 and, for quite some time, i've kept a local download directory for tarballs, and taken advantage of it with this in all of my local.conf files: SOURCE_MIRROR_URL ?= "file:///home/rpjday/