diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-04-03 20:13:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-04-03 20:14:36 +0200 |
commit | 6558d2b51cae7114466f8acacf0ef9bf4605dd13 (patch) | |
tree | 5c549405064d1df19eae6173816241e3e81c8e54 | |
parent | 6b2323f39b5ddf0580f3d0e2c31b5609327f509c (diff) | |
download | meta-qt5-6558d2b51cae7114466f8acacf0ef9bf4605dd13.tar.gz |
nativesdk-qtbase: fix unpackaged files
* fixes:
ERROR: nativesdk-qtbase-5.14.99+5.15-beta2+gitAUTOINC+f515ca5dcd-r0 do_package: QA Issue: nativesdk-qtbase: Files/directories were installed but not shipped in any package:
/usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib/metatypes
/usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib/metatypes/qt5core_metatypes.json
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
nativesdk-qtbase: 2 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 26b9a677..0ed9651d 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
@@ -68,6 +68,7 @@ FILES_${PN}-dev += " \ | |||
68 | FILES_${PN} += " \ | 68 | FILES_${PN} += " \ |
69 | ${SDKPATHNATIVE}/environment-setup.d \ | 69 | ${SDKPATHNATIVE}/environment-setup.d \ |
70 | ${OE_QMAKE_PATH_PLUGINS} \ | 70 | ${OE_QMAKE_PATH_PLUGINS} \ |
71 | ${OE_QMAKE_PATH_LIBS}/metatypes \ | ||
71 | " | 72 | " |
72 | 73 | ||
73 | # qttools binaries are placed in a subdir of bin in order to avoid | 74 | # qttools binaries are placed in a subdir of bin in order to avoid |