diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-10-15 17:56:18 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 17:56:18 -0300 |
commit | f69b2a53e0499684d11b827362c23a13d4ecb63d (patch) | |
tree | 45ee56ff47a662772f0fe1eb377df746748b4a71 | |
parent | 5d63eb4a2585e3d4860b80f1936cf3170ee2c453 (diff) | |
parent | 509be15b1456f88831b6a074af354304ea873aaa (diff) | |
download | meta-freescale-f69b2a53e0499684d11b827362c23a13d4ecb63d.tar.gz |
Merge pull request #1271 from thochstein/vulkan-loader
vulkan-loader: Fix library packaging
-rw-r--r-- | recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend b/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend index 857b0e01..05f566a8 100644 --- a/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend +++ b/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend | |||
@@ -1,6 +1,7 @@ | |||
1 | # libvulkan.so is loaded dynamically, so put it in the main package | 1 | # libvulkan.so is loaded dynamically, so put it in the main package |
2 | SOLIBS = ".so*" | 2 | SOLIBS = ".so*" |
3 | SOLIBSDEV = "" | 3 | FILES_SOLIBSDEV = "" |
4 | INSANE_SKIP:${PN} += "dev-so" | ||
4 | 5 | ||
5 | # Override default mesa drivers with i.MX GPU drivers | 6 | # Override default mesa drivers with i.MX GPU drivers |
6 | RRECOMMENDS:${PN}:imxvulkan = "libvulkan-imx" | 7 | RRECOMMENDS:${PN}:imxvulkan = "libvulkan-imx" |