Re: [yocto] : git tag and PV variable

2016-02-25 Thread GUEYTAT Julien
Perfect I'll give it a try! :) -Message d'origine- De : Maciej Borzecki [mailto:maciej.borze...@open-rnd.pl] Envoyé : mercredi 24 février 2016 19:10 À : yocto@yoctoproject.org; GUEYTAT Julien Objet : Re: [yocto] : git tag and PV variable > Dnia 24 luty 2016 o 17:02 Alexander Kana

Re: [yocto] : git tag and PV variable

2016-02-24 Thread Martin Jansa
On Wed, Feb 24, 2016 at 06:02:08PM +0200, Alexander Kanavin wrote: > On 02/24/2016 05:35 PM, Khem Raj wrote: > > > > I have this command in my qmake pro files: > > > > VERSION = $$system(git describe --abbrev=0 --tags) > > > > __ __ > > > > I would like to have the package

Re: [yocto] : git tag and PV variable

2016-02-24 Thread Alexander Kanavin
On 02/24/2016 05:35 PM, Khem Raj wrote: I have this command in my qmake pro files: VERSION = $$system(git describe --abbrev=0 --tags) __ __ I would like to have the package manager follow the tag versioning. __ __ Which means I would like to have

Re: [yocto] : git tag and PV variable

2016-02-24 Thread Khem Raj
On Wed, Feb 24, 2016 at 10:29 AM, GUEYTAT Julien < j.guey...@cdssoft.studiel.fr> wrote: > Hi, > > > > I have this command in my qmake pro files: > > VERSION = $$system(git describe --abbrev=0 --tags) > > > > I would like to have the package manager follow the tag versioning. > > > > Which means I

[yocto] : git tag and PV variable

2016-02-24 Thread GUEYTAT Julien
Hi, I have this command in my qmake pro files: VERSION = $$system(git describe --abbrev=0 --tags) I would like to have the package manager follow the tag versioning. Which means I would like to have something like: PV = "git describe --abbrev=0 --tags" SRC_URI =