re2: rework solibs handling

This is cleaner way how to package unversioned libraries
which was suggested during review of the last commit.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Marko 2024-06-16 22:36:51 +02:00 committed by Khem Raj
parent acefbd2abc
commit f6949e4775
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -32,7 +32,8 @@ do_install_ptest () {
}
# ignore .so in /usr/lib64
FILES:${PN} = "${libdir}"
SOLIBS = ".so*"
FILES_SOLIBSDEV = ""
INSANE_SKIP:${PN} += "dev-so"
# Don't include so files in dev package