diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:05:32 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-03 13:38:16 +0200 |
commit | a6bee8ea4cb91d0e07d8be272ddc0e56c86e4acf (patch) | |
tree | 127f88ca5f4c1f1a0fb80dca719ef817b700ed5b /classes/populate_sdk_qt5_base.bbclass | |
parent | 10f3673fd4b6c6e1e61c23478802f83652475a5f (diff) | |
download | meta-qt5-a6bee8ea4cb91d0e07d8be272ddc0e56c86e4acf.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.0) 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/populate_sdk_qt5_base.bbclass')
-rw-r--r-- | classes/populate_sdk_qt5_base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/populate_sdk_qt5_base.bbclass b/classes/populate_sdk_qt5_base.bbclass index c26fee44..56341cd1 100644 --- a/classes/populate_sdk_qt5_base.bbclass +++ b/classes/populate_sdk_qt5_base.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | # This allow reuse of Qt paths | 1 | # This allow reuse of Qt paths |
2 | inherit qmake5_paths | 2 | inherit qmake5_paths |
3 | 3 | ||
4 | create_sdk_files_prepend () { | 4 | create_sdk_files:prepend () { |
5 | # Generate a qt.conf file to be deployed with the SDK | 5 | # Generate a qt.conf file to be deployed with the SDK |
6 | qtconf=${SDK_OUTPUT}/${SDKPATHNATIVE}${OE_QMAKE_PATH_HOST_BINS}/qt.conf | 6 | qtconf=${SDK_OUTPUT}/${SDKPATHNATIVE}${OE_QMAKE_PATH_HOST_BINS}/qt.conf |
7 | touch $qtconf | 7 | touch $qtconf |