packagegroup-dey-qt: restrict qtwebengine to ccimx6sbc

qtwebengine does not support armv5 platforms (for example ccardimx28js),
so we need to restrict that package to the ccimx6sbc

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-07-08 14:55:04 +02:00
parent 6f8c58291e
commit 7b9cabe389
1 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
MACHINE_QT5_EXTRA_INSTALL ?= ""
MACHINE_QT5_EXTRA_INSTALL_ccimx6 ?= "qtwebengine-examples"
QT5_PKS = " \
qtbase-fonts \
qtdeclarative-tools \
@ -20,7 +23,6 @@ QT5_EXAMPLES = " \
qtdeclarative-examples \
qtmultimedia-examples \
qtsvg-examples \
qtwebengine-examples \
"
QT5_DEMOS = " \
@ -34,4 +36,5 @@ RDEPENDS_${PN} += " \
${QT5_PKS} \
${QT5_DEMOS} \
${QT5_EXAMPLES} \
${MACHINE_QT5_EXTRA_INSTALL} \
"