From abf7ba32dba10d7476aea7a6d38334f5d561a33d Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Tue, 23 Nov 2021 05:55:04 -0800 Subject: [PATCH] tegra-libraries-gbm: set DEBIAN_NOAUTONAME Signed-off-by: Matt Madison --- recipes-bsp/tegra-binaries/tegra-libraries-gbm_32.6.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-bsp/tegra-binaries/tegra-libraries-gbm_32.6.1.bb b/recipes-bsp/tegra-binaries/tegra-libraries-gbm_32.6.1.bb index df7b4d3b6a5c..ed2d7e8f626e 100644 --- a/recipes-bsp/tegra-binaries/tegra-libraries-gbm_32.6.1.bb +++ b/recipes-bsp/tegra-binaries/tegra-libraries-gbm_32.6.1.bb @@ -17,6 +17,9 @@ TEGRA_LIBRARIES_TO_INSTALL = "\ tegra/libnvgbm.so \ " +DEBIAN_NOAUTONAME:${PN} = "1" +DEBIAN_NOAUTONAME:${PN}-dev = "1" +DEBIAN_NOAUTONAME:${PN}-dbg = "1" FILES_SOLIBSDEV = "" SOLIBS = ".so*" RRECOMMENDS:${PN} = "kernel-module-nvgpu"