mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:01:23 +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: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
acefbd2abc
commit
f6949e4775
@ -32,7 +32,8 @@ do_install_ptest () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# ignore .so in /usr/lib64
|
# ignore .so in /usr/lib64
|
||||||
FILES:${PN} = "${libdir}"
|
SOLIBS = ".so*"
|
||||||
|
FILES_SOLIBSDEV = ""
|
||||||
INSANE_SKIP:${PN} += "dev-so"
|
INSANE_SKIP:${PN} += "dev-so"
|
||||||
|
|
||||||
# Don't include so files in dev package
|
# Don't include so files in dev package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user