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 = "${STUDIEL_GIT}/core.git;protocol=file;tag=${PV}"

It does not work for sure. What is the correct way to do this ?

Thanks for sharing!

Julien GUEYTAT
Ingénieur Informatique
[Logo CDS SOFT]
1027, avenue du Docteur Julien Lefebre BP27
06271 Villeneuve-Loubet Cedex
Fixe :  +33 (0) 492 024 545
Mob :  +33(0) 617 980 383
Fax :    +33(0) 492 024 546
Email : j.guey...@cdssoft.studiel.fr<mailto:j.guey...@cdssoft.studiel.fr>
www : www.studiel.fr<http://www.studiel.fr/>
P Pensez Environnement, imprimez seulement si nécessaire

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to