diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2017-12-01 16:37:23 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-12-01 18:17:28 +0000 |
| commit | 33cf00b428968820ac1520d36b557ca1d1d0a2e1 (patch) | |
| tree | e7c19aaedd393d2e0cdce09d766e06896843d869 /classes/qbsp.bbclass | |
| parent | 570eca3fbe6d8021403d9420b4a74b527e554639 (diff) | |
| download | meta-boot2qt-5.10.0.tar.gz | |
qbsp: fix version number parsingv5.10.0
Don't trust the length of Qt's version number, split it at '+git${SRCPV}'.
Also remove extra bits from auto increment version string.
Change-Id: I18a7fea3c5f6927be6730ebceac63bb61c2ec8ef
Reviewed-by: Kari Hormi <kari.hormi@qt.io>
Diffstat (limited to 'classes/qbsp.bbclass')
| -rw-r--r-- | classes/qbsp.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qbsp.bbclass b/classes/qbsp.bbclass index b3f4521..db70fc9 100644 --- a/classes/qbsp.bbclass +++ b/classes/qbsp.bbclass | |||
| @@ -57,7 +57,7 @@ QBSP_LICENSE_NAME ?= "" | |||
| 57 | QBSP_LICENSE_FILE_imx = "NXP-EULA" | 57 | QBSP_LICENSE_FILE_imx = "NXP-EULA" |
| 58 | QBSP_LICENSE_NAME_imx = "NXP Semiconductors Software License Agreement" | 58 | QBSP_LICENSE_NAME_imx = "NXP Semiconductors Software License Agreement" |
| 59 | 59 | ||
| 60 | VERSION_AUTO_INCREMENT = "-0-${DATETIME}" | 60 | VERSION_AUTO_INCREMENT = "-${DATETIME}" |
| 61 | VERSION_AUTO_INCREMENT[vardepsexclude] = "DATETIME" | 61 | VERSION_AUTO_INCREMENT[vardepsexclude] = "DATETIME" |
| 62 | 62 | ||
| 63 | DEPLOY_CONF_NAME ?= "${MACHINE}" | 63 | DEPLOY_CONF_NAME ?= "${MACHINE}" |
