mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Add vendor to CVE_PRODUCT
Add vendor information to the CVE_PRODUCT and use default assignment, so that qt6-git.inc can be included in other non-qt-module recipes. Pick-to: 6.7 Task-number: QTBUG-125018 Change-Id: If4aa9aede3c57886eb232f115fbf1ceaeba3cf73 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
b148717dec
commit
ca2460be0d
|
|
@ -10,7 +10,7 @@ QT_MODULE_REPO ?= "${QT_MODULE}.git"
|
|||
|
||||
SRC_URI = "${QT_GIT}/${QT_GIT_PROJECT}/${QT_MODULE_REPO};name=${QT_MODULE};${QT_MODULE_BRANCH_PARAM};protocol=${QT_GIT_PROTOCOL}"
|
||||
|
||||
CVE_PRODUCT:append = " qt"
|
||||
CVE_PRODUCT ?= "qt:${BPN} qt:qt"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user