summaryrefslogtreecommitdiffstats
path: root/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/meta/meta-b2qt-automotive-qbsp.bb')
-rw-r--r--recipes-qt/meta/meta-b2qt-automotive-qbsp.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb b/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb
index a9da456..9b5c615 100644
--- a/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb
+++ b/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb
@@ -38,7 +38,7 @@ S = "${WORKDIR}"
38 38
39inherit qbsp 39inherit qbsp
40 40
41PV := "${@d.getVar('PV', True)[0:5]}" 41PV := "${@d.getVar('PV', True).split('+')[0]}"
42 42
43QBSP_NAME = "Qt Automotive" 43QBSP_NAME = "Qt Automotive"
44QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}" 44QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}"