Add "git describe" based version string postfix
authorJouni Malinen <j@w1.fi>
Fri, 16 Oct 2015 19:20:55 +0000 (22:20 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 16 Oct 2015 19:20:55 +0000 (22:20 +0300)
commitca33a5e8955533c3f0df3810fd4b751c638e3831
tree227234f0398dbf30e4d61d645748bbe78be1d4ee
parent4363c0d6f5f91c5c54ab2dc6bc8b37d8200bcec3
Add "git describe" based version string postfix

If hostapd or wpa_supplicant is built from a git repository, add a
VERSION_STR postfix from the current git branch state. This is from "git
describe --dirty=+". VERSION_STR will thus look something like
"2.6-devel-hostap_2_5-132-g4363c0d+" for development builds from a
modified repository.

This behavior is enabled automatically if a build within git repository
is detected (based on ../.git existing). This can be disabled with
CONFIG_NO_GITVER=y in wpa_supplicant/.config and hostapd/.config.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/Makefile
src/common/version.h
wpa_supplicant/Makefile