summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/nativesdk-qtbase_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:05:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-08-03 13:38:16 +0200
commita6bee8ea4cb91d0e07d8be272ddc0e56c86e4acf (patch)
tree127f88ca5f4c1f1a0fb80dca719ef817b700ed5b /recipes-qt/qt5/nativesdk-qtbase_git.bb
parent10f3673fd4b6c6e1e61c23478802f83652475a5f (diff)
downloadmeta-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/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 594173aa..62ed20c9 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -61,12 +61,12 @@ SRC_URI += " \
61 61
62PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" 62PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
63 63
64FILES_${PN}-dev += " \ 64FILES:${PN}-dev += " \
65 ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \ 65 ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \
66 ${OE_QMAKE_PATH_LIBS}/*.prl \ 66 ${OE_QMAKE_PATH_LIBS}/*.prl \
67" 67"
68 68
69FILES_${PN} += " \ 69FILES:${PN} += " \
70 ${SDKPATHNATIVE}/environment-setup.d \ 70 ${SDKPATHNATIVE}/environment-setup.d \
71 ${OE_QMAKE_PATH_PLUGINS} \ 71 ${OE_QMAKE_PATH_PLUGINS} \
72 ${OE_QMAKE_PATH_LIBS}/metatypes \ 72 ${OE_QMAKE_PATH_LIBS}/metatypes \
@@ -76,7 +76,7 @@ FILES_${PN} += " \
76# collisions with qt4. This would trigger debian.bbclass to rename the 76# collisions with qt4. This would trigger debian.bbclass to rename the
77# package, since it doesn't detect binaries in subdirs. Explicitly 77# package, since it doesn't detect binaries in subdirs. Explicitly
78# disable package auto-renaming for the tools-package. 78# disable package auto-renaming for the tools-package.
79DEBIAN_NOAUTONAME_${PN} = "1" 79DEBIAN_NOAUTONAME:${PN} = "1"
80 80
81PACKAGECONFIG ?= "" 81PACKAGECONFIG ?= ""
82PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," 82PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui,"