TipsAndTricks/PackagingNonversionedLibrary: Difference between revisions

From Yocto Project
Jump to navigationJump to search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= How to Package an Unversioned Library =
See [[TipsAndTricks/Packaging_Prebuilt_Libraries#Non-versioned_Libraries]]
 
In general, libraries in Linux systems are versioned, so that it's possible to have multiple versions of the same library installed to ease upgrades.  In versioned libraries the library binary is called something like libfoo.so.1.2, and then there will be a libfoo.so.1 symlink to libfoo.so.1.2, and a libfoo.so symlink to libfoo.so.1.2.
 
 
tl;dr:
 
SOLIBS = ".so"
FILES_SOLIBSDEV = ""
 
(TODO: write more)

Latest revision as of 00:33, 7 January 2017