linux-wandboard: Update LOCALVERSION to use valid characters

We can only use this characters [a-z0-9.+-] for LOCALVERSION.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Fabio Berton 2017-04-25 17:30:13 -03:00 committed by Otavio Salvador
parent ebccc38c30
commit 07583640f3
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ DEPENDS += "lzop-native bc-native"
SRCBRANCH = "wandboard_imx_4.1.15_1.1.0_ga"
SRCREV = "8b015473d34019c3e093c257861e9c6f4930400b"
LOCALVERSION = "_1.1.0_ga-wandboard"
LOCALVERSION = "-1.1.0-ga-wandboard"
SRC_URI += "\
file://Fix-the-compile-issue-under-gcc6.patch \

View File

@ -10,7 +10,7 @@ DEPENDS += "lzop-native bc-native"
SRCBRANCH = "wandboard_imx_4.1.15_1.1.0_ga"
SRCREV = "8b015473d34019c3e093c257861e9c6f4930400b"
LOCALVERSION = "_1.1.0_ga-wandboard"
LOCALVERSION = "-1.1.0-ga-wandboard"
SRC_URI += "\
file://Fix-the-compile-issue-under-gcc6.patch \