summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/prebuilt-libraries.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/prebuilt-libraries.rst')
-rw-r--r--documentation/dev-manual/prebuilt-libraries.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/prebuilt-libraries.rst b/documentation/dev-manual/prebuilt-libraries.rst
index b80a844e93..a05f39ca1e 100644
--- a/documentation/dev-manual/prebuilt-libraries.rst
+++ b/documentation/dev-manual/prebuilt-libraries.rst
@@ -148,8 +148,8 @@ recipe. By default, ``libfoo.so`` gets packaged into ``${PN}-dev``, which
148triggers a QA warning that a non-symlink library is in a ``-dev`` package, 148triggers a QA warning that a non-symlink library is in a ``-dev`` package,
149and binaries in the same recipe link to the library in ``${PN}-dev``, 149and binaries in the same recipe link to the library in ``${PN}-dev``,
150which triggers more QA warnings. To solve this problem, you need to package the 150which triggers more QA warnings. To solve this problem, you need to package the
151unversioned library into ``${PN}`` where it belongs. The following are the abridged 151unversioned library into ``${PN}`` where it belongs. The abridged
152default :term:`FILES` variables in ``bitbake.conf``:: 152default :term:`FILES` variables in ``bitbake.conf`` are::
153 153
154 SOLIBS = ".so.*" 154 SOLIBS = ".so.*"
155 SOLIBSDEV = ".so" 155 SOLIBSDEV = ".so"