Re: [OE-core] File conflicts in DL_DIR

2016-10-13 Thread Phil Blundell
On Wed, 2016-10-12 at 11:03 -0700, Matt Madison wrote: > I use ";downloadfilename=${BPN}-${PV}.tar.gz" to deal with this > problem, and it's worked well for me. Thanks, that works for me. p. -- ___ Openembedded-core mailing list Openembedded-core@list

Re: [OE-core] File conflicts in DL_DIR

2016-10-12 Thread Martin Jansa
On Wed, Oct 12, 2016 at 08:11:57PM +0100, Burton, Ross wrote: > On 12 October 2016 at 18:30, Martin Jansa wrote: > > > Github archives are regenerated from time to time and then the checksums > > are changed, so 3rd option is to use git fetcher with SRCREV matching the > > has of v${PV} tag. > >

Re: [OE-core] File conflicts in DL_DIR

2016-10-12 Thread Burton, Ross
On 12 October 2016 at 18:30, Martin Jansa wrote: > Github archives are regenerated from time to time and then the checksums > are changed, so 3rd option is to use git fetcher with SRCREV matching the > has of v${PV} tag. > Note that Github maintain that this isn't the case for .tar.gz archives.

Re: [OE-core] File conflicts in DL_DIR

2016-10-12 Thread Matt Madison
On Wed, Oct 12, 2016 at 10:01 AM, Phil Blundell wrote: > I just ran into an annoying problem with two recipes whose upstreams > both use the same poor naming scheme for their downloadable tarballs > which causes the sources to collide in DL_DIR. One of them is eudev, > which has: > > SRC_URI = "h

Re: [OE-core] File conflicts in DL_DIR

2016-10-12 Thread Christopher Larson
On Wed, Oct 12, 2016 at 10:01 AM, Phil Blundell wrote: > I just ran into an annoying problem with two recipes whose upstreams > both use the same poor naming scheme for their downloadable tarballs > which causes the sources to collide in DL_DIR. One of them is eudev, > which has: > > SRC_URI = "

Re: [OE-core] File conflicts in DL_DIR

2016-10-12 Thread Martin Jansa
On Wed, Oct 12, 2016 at 06:01:05PM +0100, Phil Blundell wrote: > I just ran into an annoying problem with two recipes whose upstreams > both use the same poor naming scheme for their downloadable tarballs > which causes the sources to collide in DL_DIR.  One of them is eudev, > which has: > > SRC_