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:
parent
6f8c58291e
commit
7b9cabe389
|
|
@ -8,6 +8,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
|
MACHINE_QT5_EXTRA_INSTALL ?= ""
|
||||||
|
MACHINE_QT5_EXTRA_INSTALL_ccimx6 ?= "qtwebengine-examples"
|
||||||
|
|
||||||
QT5_PKS = " \
|
QT5_PKS = " \
|
||||||
qtbase-fonts \
|
qtbase-fonts \
|
||||||
qtdeclarative-tools \
|
qtdeclarative-tools \
|
||||||
|
|
@ -20,7 +23,6 @@ QT5_EXAMPLES = " \
|
||||||
qtdeclarative-examples \
|
qtdeclarative-examples \
|
||||||
qtmultimedia-examples \
|
qtmultimedia-examples \
|
||||||
qtsvg-examples \
|
qtsvg-examples \
|
||||||
qtwebengine-examples \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
QT5_DEMOS = " \
|
QT5_DEMOS = " \
|
||||||
|
|
@ -34,4 +36,5 @@ RDEPENDS_${PN} += " \
|
||||||
${QT5_PKS} \
|
${QT5_PKS} \
|
||||||
${QT5_DEMOS} \
|
${QT5_DEMOS} \
|
||||||
${QT5_EXAMPLES} \
|
${QT5_EXAMPLES} \
|
||||||
|
${MACHINE_QT5_EXTRA_INSTALL} \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue