classes/gitpkgv.bbclass: add GITPKGVTAG that uses 'git describe'
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 15 Dec 2010 12:37:49 +0000 (10:37 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 3 Jan 2011 15:55:56 +0000 (13:55 -0200)
commit6a0d1972151b5e46c3beec3308d5ae5c931f982b
tree6cecec1d2b62ef07cc0810d7a8f1202293b989eb
parent070cbda8e9c073c8fd3b89d2a4c49acbc7fb7918
classes/gitpkgv.bbclass: add GITPKGVTAG that uses 'git describe'

Using ${GITPKGVTAG} allows for automatic versioning based on the
repository tags. For those that doesn't want to use it, ${GITPKGV} is
still available.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
classes/gitpkgv.bbclass