meta-openembedded/meta-oe/recipes-dbs
Justin Bronder 011390333b 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>
2022-08-25 23:08:11 -07:00
..
influxdb influxdb: Enable network during do_compile 2022-01-12 09:35:18 -08:00
leveldb leveldb: switch from master branch to main 2022-06-30 13:39:28 -04:00
libdbi recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
lmdb lmdb: only set SONAME on the shared library 2022-08-25 23:08:11 -07:00
mysql mariadb: Add packageconfig for lz4 and enable it 2022-07-29 09:18:14 -07:00
postgresql postgresql: upgrade 14.4 -> 14.5 2022-08-15 16:27:53 -07:00
psqlodbc recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
rocksdb rocksdb: Exclude on ppc/musl 2022-03-26 18:15:11 -07:00
soci soci: upgrade 4.0.2 -> 4.0.3 2022-02-24 08:35:24 -08:00
sqlite