mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-02 05:17:52 +00:00
libdrm-nvdc: set DEBIAN_NOAUTONAME also for source package
This is needed to avoid spdx from failing during sdk build with: Exception: FileNotFoundError: [Errno 2] No such file or directory: 'tmp/deploy/spdx/by-hash/sstate:libdrm-nvdc:armv8a_tegra-poky-linux:35.3.1-20230319081403:r0:armv8a_tegra:11:/libdrm-src.spdx.json Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
committed by
Matt Madison
parent
29e13ae11c
commit
4c55df8dc6
@@ -25,6 +25,7 @@ DEBIAN_NOAUTONAME:${PN} = "1"
|
||||
DEBIAN_NOAUTONAME:${PN}-dev = "1"
|
||||
DEBIAN_NOAUTONAME:${PN}-dbg = "1"
|
||||
DEBIAN_NOAUTONAME:${PN}-lic = "1"
|
||||
DEBIAN_NOAUTONAME:${PN}-src = "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