mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtwebchannel: update recipe
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 <pasi.petajajarvi@qt.io>
This commit is contained in:
parent
ec73d872d5
commit
c0afdeb624
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user