From 0e86bd4b0f94bd6617d52dc027d8c02fdd1c58e1 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 14 Aug 2023 07:44:09 +0000 Subject: examples: add runtime dependency to main package If examples are only using QML modules, the package manager won't add automatic dependency to either the main or -qmlplugins packages, and those might not get installed to the image. Add the runtime dependency explicitly for the examples package. Fixes: QTBUG-115310 Change-Id: I5b713d3a65f794da1ab0113cf1d7f69035e29288 Reviewed-by: Mikko Gronoff (cherry picked from commit c0318a6ad822ee5889ddb8ba5edb39e04a998930) Reviewed-by: Qt Cherry-pick Bot --- recipes-qt/qt6/qt6.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt6/qt6.inc b/recipes-qt/qt6/qt6.inc index b3610ea..020a351 100644 --- a/recipes-qt/qt6/qt6.inc +++ b/recipes-qt/qt6/qt6.inc @@ -127,3 +127,4 @@ FILES:${PN}-examples = " \ ${QT6_INSTALL_EXAMPLESDIR} \ ${prefix}/examples \ " +RDEPENDS:${PN}-examples = "${PN}" -- cgit v1.2.3