mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-01 21:07:59 +00:00
libdrm-nvdc: set DEBIAN_NOAUTONAME also for license package
This is needed to avoid spdx from failing with:
ERROR: libdrm-nvdc-35.3.1-20230319081403-r0 do_create_spdx: The recipe libdrm-nvdc is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
/home/qt/work/build/build/tmp/deploy/spdx/armv8a_tegra/packages/libdrm-lic.spdx.json
(matched in manifest-armv8a_tegra-libdrm.create_spdx)
Please verify which recipe should provide the above files.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
committed by
Matt Madison
parent
64eef7ae62
commit
29e13ae11c
@@ -24,6 +24,7 @@ do_install() {
|
||||
DEBIAN_NOAUTONAME:${PN} = "1"
|
||||
DEBIAN_NOAUTONAME:${PN}-dev = "1"
|
||||
DEBIAN_NOAUTONAME:${PN}-dbg = "1"
|
||||
DEBIAN_NOAUTONAME:${PN}-lic = "1"
|
||||
FILES:${PN} = "${libdir} ${sysconfdir}/ld.so.conf.d"
|
||||
FILES:${PN}-dev = "${includedir}/libdrm/nvidia"
|
||||
PRIVATE_LIBS = "libdrm.so.2"
|
||||
|
||||
Reference in New Issue
Block a user