diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-04 13:55:31 +0200 |
commit | b5916b969ed0794a5b1bd049387ad0ef762a6662 (patch) | |
tree | 9e46b88a2a0e4c2de19213f3eac7b73621ef7946 /classes/qmake5_base.bbclass | |
parent | b3995cd83ed67897ef1db010052eb807c19d6483 (diff) | |
download | meta-qt5-upstream/jansa/warrior-overrides.tar.gz |
Convert to new override syntaxupstream/jansa/warrior-overrides
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'classes/qmake5_base.bbclass')
-rw-r--r-- | classes/qmake5_base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass index 4650d597..c142e4b7 100644 --- a/classes/qmake5_base.bbclass +++ b/classes/qmake5_base.bbclass | |||
@@ -1,5 +1,5 @@ | |||
1 | # hardcode linux, because that's what 0001-Add-linux-oe-g-platform.patch adds | 1 | # hardcode linux, because that's what 0001-Add-linux-oe-g-platform.patch adds |
2 | XPLATFORM_toolchain-clang = "linux-oe-clang" | 2 | XPLATFORM:toolchain-clang = "linux-oe-clang" |
3 | XPLATFORM ?= "linux-oe-g++" | 3 | XPLATFORM ?= "linux-oe-g++" |
4 | 4 | ||
5 | OE_QMAKE_PLATFORM_NATIVE = "${XPLATFORM}" | 5 | OE_QMAKE_PLATFORM_NATIVE = "${XPLATFORM}" |