nativesdk-qtbase-tools: disable Debian-style package renaming

Since commit 8da5017712, libQt5*.so files
are included in the nativesdk-qtbase-tools package. However, this together
with the fact that the binaries are placed in a subdir "qt5" of bin will
confuse the Debian-style package renaming logic in debian.bbclass, causing the
resulting ipk package to be created as "nativesdk-libqt5core5".

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Jacob Kroon 2014-02-28 10:33:52 +01:00 committed by Otavio Salvador
parent e55d3ef36a
commit cee2a75ad6
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ FILES_${PN}-tools = " \
${OE_QMAKE_PATH_BINS}/* \
"
# qttools binaries are placed in a subdir of bin in order to avoid
# collisions with qt4. This would trigger debian.bbclass to rename the
# package, since it doesn't detect binaries in subdirs. Explicitly
# disable package auto-renaming for the tools-package.
DEBIAN_NOAUTONAME_${PN}-tools = "1"
QT_CONFIG_FLAGS += " \
-reduce-relocations \
-shared \