mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
67559f2aed
commit
61e9a3aba8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user