diff options
| author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2021-03-02 17:02:01 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-03-02 17:23:37 +0100 |
| commit | 7e08416b2fda65caf716f16ef4b995f6a11da351 (patch) | |
| tree | bbe09d86015cec576826c1fe6c9470b29c83527b | |
| parent | 23f7a1c8eabaf1beb80cc6214954c0e1751c4cbd (diff) | |
| download | meta-qt5-7e08416b2fda65caf716f16ef4b995f6a11da351.tar.gz | |
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>
| -rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 91e239f7..cadc62cb 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
| @@ -27,6 +27,8 @@ PACKAGECONFIG[qml-debug] = "-qml-debug,-no-qml-debug" | |||
| 27 | PACKAGECONFIG[qml-network] = "-qml-network, -no-qml-network" | 27 | PACKAGECONFIG[qml-network] = "-qml-network, -no-qml-network" |
| 28 | PACKAGECONFIG[static] = ",,qtdeclarative-native" | 28 | PACKAGECONFIG[static] = ",,qtdeclarative-native" |
| 29 | 29 | ||
| 30 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | ||
| 31 | |||
| 30 | do_install_ptest() { | 32 | do_install_ptest() { |
| 31 | mkdir -p ${D}${PTEST_PATH} | 33 | mkdir -p ${D}${PTEST_PATH} |
| 32 | for var in `find ${B}/tests/auto/ -name tst_*`; do | 34 | for var in `find ${B}/tests/auto/ -name tst_*`; do |
