mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtinterfaceframework: fix example packaging
Multiple examples provide the same library which causes packaging failure: ERROR: qtinterfaceframework-6.4.0-r0 do_package: qtinterfaceframework-examples: Multiple shlib providers for libInstrumentCluster.so Add the library to PRIVATE_LIBS, since it's only used by the examples. Pick-to: 6.3 6.2 Change-Id: If09bc7d235171b2b844ec579f6affa6fbe3f8a6d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
ff3157ee7e
commit
90a8c72bed
|
|
@ -41,6 +41,8 @@ FILES:${PN}-refapi-vehiclefuntions = "\
|
|||
|
||||
DEPENDS += "qtbase qtdeclarative qtdeclarative-native qtinterfaceframework-native"
|
||||
|
||||
PRIVATE_LIBS:${PN}-examples = "libInstrumentCluster.so"
|
||||
|
||||
PACKAGECONFIG ?= "ifcodegen remoteobjects interfaceframework \
|
||||
${PACKAGECONFIG_REFERENCE_API} \
|
||||
${PACKAGECONFIG_SIMULATION} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user