mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-06 06:04:35 +02:00
qtdeclarative: fix buildtime configuration
Without this line PACKAGECONFIG did not have any influence on the actual package configuration. Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
This commit is contained in:
committed by
Martin Jansa
parent
23f7a1c8ea
commit
7e08416b2f
@@ -27,6 +27,8 @@ PACKAGECONFIG[qml-debug] = "-qml-debug,-no-qml-debug"
|
||||
PACKAGECONFIG[qml-network] = "-qml-network, -no-qml-network"
|
||||
PACKAGECONFIG[static] = ",,qtdeclarative-native"
|
||||
|
||||
EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
do_install_ptest() {
|
||||
mkdir -p ${D}${PTEST_PATH}
|
||||
for var in `find ${B}/tests/auto/ -name tst_*`; do
|
||||
|
||||
Reference in New Issue
Block a user