Re: [OE-core] Two recipes with the same file name for the SRC_URI

2013-02-01 Thread Lukas Bulwahn
On 02/01/2013 11:32 AM, Burton, Ross wrote: Try the "downloadfilename" option, i.e. http://bar.com/src.tar.gz;downloadfilename=bar-src.tar.gz"; (if this works, it should be added to the manual) The downloadfilename option worked. Thanks a lot for your help. Lukas

Re: [OE-core] Two recipes with the same file name for the SRC_URI

2013-02-01 Thread Burton, Ross
On 1 February 2013 09:35, Lukas Bulwahn wrote: > I ran into the following issue with bitbake: > I have two recipes, where the SRC_URI of both recipes have the same file > name (but of course, different URLs), e.g. SRC_URI = > "http://foo.com/src.tar.gz"; and SRC_URI = "http://bar.com/src.tar.gz";.

[OE-core] Two recipes with the same file name for the SRC_URI

2013-02-01 Thread Lukas Bulwahn
Hi all, I ran into the following issue with bitbake: I have two recipes, where the SRC_URI of both recipes have the same file name (but of course, different URLs), e.g. SRC_URI = "http://foo.com/src.tar.gz"; and SRC_URI = "http://bar.com/src.tar.gz";. Now when I want to fetch both of them, bi