summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/nativesdk-qtbase_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-08-04 13:55:31 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-08-04 13:55:31 +0200
commitb5916b969ed0794a5b1bd049387ad0ef762a6662 (patch)
tree9e46b88a2a0e4c2de19213f3eac7b73621ef7946 /recipes-qt/qt5/nativesdk-qtbase_git.bb
parentb3995cd83ed67897ef1db010052eb807c19d6483 (diff)
downloadmeta-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 'recipes-qt/qt5/nativesdk-qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 8041d80c..72b3cac9 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -60,12 +60,12 @@ SRC_URI += " \
60 60
61PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" 61PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
62 62
63FILES_${PN}-dev += " \ 63FILES:${PN}-dev += " \
64 ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \ 64 ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \
65 ${OE_QMAKE_PATH_LIBS}/*.prl \ 65 ${OE_QMAKE_PATH_LIBS}/*.prl \
66" 66"
67 67
68FILES_${PN} += " \ 68FILES:${PN} += " \
69 ${SDKPATHNATIVE}/environment-setup.d \ 69 ${SDKPATHNATIVE}/environment-setup.d \
70" 70"
71 71
@@ -73,7 +73,7 @@ FILES_${PN} += " \
73# collisions with qt4. This would trigger debian.bbclass to rename the 73# collisions with qt4. This would trigger debian.bbclass to rename the
74# package, since it doesn't detect binaries in subdirs. Explicitly 74# package, since it doesn't detect binaries in subdirs. Explicitly
75# disable package auto-renaming for the tools-package. 75# disable package auto-renaming for the tools-package.
76DEBIAN_NOAUTONAME_${PN} = "1" 76DEBIAN_NOAUTONAME:${PN} = "1"
77 77
78QT_CONFIG_FLAGS += " \ 78QT_CONFIG_FLAGS += " \
79 -shared \ 79 -shared \