summaryrefslogtreecommitdiffstats
path: root/meta-oe/lib
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2022-08-31 19:55:32 -0400
committerArmin Kuster <akuster808@gmail.com>2022-09-04 07:52:16 -0400
commit8f96c05f6d82fde052f2cb1652c13922814accb0 (patch)
tree0e5d5fe74c8465be057462c1a59113653648b60a /meta-oe/lib
parentcaa117e5ccd68ca5b472e0ffb0aac6a359d4c06a (diff)
downloadmeta-openembedded-8f96c05f6d82fde052f2cb1652c13922814accb0.tar.gz
lmdb: only set SONAME on the shared library
Setting soname in LDFLAGS means that the extra mdb tools also incorrectly get soname set. This then triggers package.bbclass to add a duplicate shlib_provider in /usr/bin for liblmdb.so.0.9.29. Then any other recipe depending on liblmdb is going to get a 'Multiple shlib provider' error. shlibs2/lmdb.list before: liblmdb.so.0.9.29:/usr/bin:0.9.29 liblmdb.so.0.9.29:/usr/lib:0.9.29 shlibs2/lmdb.list after: liblmdb.so.0.9.29:/usr/lib:0.9.29 Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/lib')
0 files changed, 0 insertions, 0 deletions