Re: [yocto] Proper way to rename a downloaded file in SRC_URI

2017-07-18 Thread Paul Eggleton
Hi Jimi, On Tuesday, 18 July 2017 6:40:52 PM CEST Jimi Damon wrote: > I have a recipe that I built for building jzmq, however one of the > issues I have is with the naming of the release files from the github site. > > Unlike czmq which has downloads ( zip and tar.gz ) that are named > czmq-${P

Re: [yocto] Proper way to rename a downloaded file in SRC_URI

2017-07-18 Thread Leonardo Sandoval
On Tue, 2017-07-18 at 09:40 -0700, Jimi Damon wrote: > I have a recipe that I built for building jzmq, however one of the > issues I have is with the naming of the release files from the github > site. > > Unlike czmq which has downloads ( zip and tar.gz ) that are named > czmq-${PV}.tar.gz, the d

[yocto] Proper way to rename a downloaded file in SRC_URI

2017-07-18 Thread Jimi Damon
I have a recipe that I built for building jzmq, however one of the issues I have is with the naming of the release files from the github site. Unlike czmq which has downloads ( zip and tar.gz ) that are named czmq-${PV}.tar.gz, the downloads from jzmq are just called v${PV}.tar.gz. How can I