diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2021-02-13 00:59:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-13 17:01:13 +0000 |
commit | a93bb94d7451e36c736aed04f9094f707ca3347d (patch) | |
tree | d8eae532578610e9dbfd555cb416d6eba822f024 /meta/recipes-graphics/glslang | |
parent | 1fdc54910dc575688003d635af9ae4d27e12ee76 (diff) | |
download | poky-a93bb94d7451e36c736aed04f9094f707ca3347d.tar.gz |
glslang: add comment about unversioned libraries
(From OE-Core rev: bbd158a123e070f1b1cc92436da64bc64e87b298)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/glslang')
-rw-r--r-- | meta/recipes-graphics/glslang/glslang_11.1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_11.1.0.bb b/meta/recipes-graphics/glslang/glslang_11.1.0.bb index 9b7c098743..53d90c9165 100644 --- a/meta/recipes-graphics/glslang/glslang_11.1.0.bb +++ b/meta/recipes-graphics/glslang/glslang_11.1.0.bb | |||
@@ -25,6 +25,7 @@ EXTRA_OECMAKE = " \ | |||
25 | " | 25 | " |
26 | 26 | ||
27 | SOLIBSDEV = "glslang.so" | 27 | SOLIBSDEV = "glslang.so" |
28 | # all the other libraries are unversioned, so pack it on PN | ||
28 | FILES_${PN} += "${libdir}/*.so" | 29 | FILES_${PN} += "${libdir}/*.so" |
29 | 30 | ||
30 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |