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 /recipes-qt/qt5/qtdeclarative_git.bb | |
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 'recipes-qt/qt5/qtdeclarative_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 1bbcb57c..6aabde20 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
@@ -20,7 +20,7 @@ SRC_URI += " \ | |||
20 | file://0001-qmldebug-Include-limits-header.patch \ | 20 | file://0001-qmldebug-Include-limits-header.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | LDFLAGS_append_riscv64 = " -pthread" | 23 | LDFLAGS:append:riscv64 = " -pthread" |
24 | 24 | ||
25 | DEPENDS += "qtbase qtdeclarative-native" | 25 | DEPENDS += "qtbase qtdeclarative-native" |
26 | 26 | ||
@@ -50,7 +50,7 @@ do_install_ptest() { | |||
50 | done | 50 | done |
51 | } | 51 | } |
52 | 52 | ||
53 | do_install_append_class-nativesdk() { | 53 | do_install:append:class-nativesdk() { |
54 | # qml files not needed in nativesdk | 54 | # qml files not needed in nativesdk |
55 | rm -rf ${D}${OE_QMAKE_PATH_QML} | 55 | rm -rf ${D}${OE_QMAKE_PATH_QML} |
56 | } | 56 | } |