summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2021-02-13 00:59:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-13 17:01:13 +0000
commita93bb94d7451e36c736aed04f9094f707ca3347d (patch)
treed8eae532578610e9dbfd555cb416d6eba822f024 /meta/recipes-graphics
parent1fdc54910dc575688003d635af9ae4d27e12ee76 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-graphics/glslang/glslang_11.1.0.bb1
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
27SOLIBSDEV = "glslang.so" 27SOLIBSDEV = "glslang.so"
28# all the other libraries are unversioned, so pack it on PN
28FILES_${PN} += "${libdir}/*.so" 29FILES_${PN} += "${libdir}/*.so"
29 30
30BBCLASSEXTEND = "native nativesdk" 31BBCLASSEXTEND = "native nativesdk"