From c0afdeb6244b716f8e127c6860af7fada6a2777d Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Wed, 13 Aug 2025 09:41:33 +0300 Subject: [PATCH] qtwebchannel: update recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add qwebchannel.js file that was moved from under examples. Fix QA Issue: qtwebchannel: Files/directories were installed but not shipped in any package: /usr/share/qt6 /usr/share/qt6/webchannel /usr/share/qt6/webchannel/qwebchannel.js Change-Id: I2467a9dc76a25c47faba5880f7c2918946d9a48a Reviewed-by: Pasi Petäjäjärvi --- recipes-qt/qt6/qtwebchannel_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-qt/qt6/qtwebchannel_git.bb b/recipes-qt/qt6/qtwebchannel_git.bb index 8293805..8850d9a 100644 --- a/recipes-qt/qt6/qtwebchannel_git.bb +++ b/recipes-qt/qt6/qtwebchannel_git.bb @@ -19,4 +19,8 @@ PACKAGECONFIG ?= "qml" PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtwebsockets" PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native" +FILES:${PN} += "\ + ${datadir}/qt6/webchannel/qwebchannel.js \ +" + INSANE_SKIP:${PN}-examples += "buildpaths"