summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/libraries.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/libraries.rst')
-rw-r--r--documentation/dev-manual/libraries.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/libraries.rst b/documentation/dev-manual/libraries.rst
index ae4ca27209..521dbb9a7c 100644
--- a/documentation/dev-manual/libraries.rst
+++ b/documentation/dev-manual/libraries.rst
@@ -37,7 +37,7 @@ library files.
37 Some previously released versions of the Yocto Project defined the 37 Some previously released versions of the Yocto Project defined the
38 static library files through ``${PN}-dev``. 38 static library files through ``${PN}-dev``.
39 39
40Following is part of the BitBake configuration file, where you can see 40Here is the part of the BitBake configuration file, where you can see
41how the static library files are defined:: 41how the static library files are defined::
42 42
43 PACKAGE_BEFORE_PN ?= "" 43 PACKAGE_BEFORE_PN ?= ""
@@ -177,7 +177,7 @@ Additional Implementation Details
177--------------------------------- 177---------------------------------
178 178
179There are generic implementation details as well as details that are specific to 179There are generic implementation details as well as details that are specific to
180package management systems. Following are implementation details 180package management systems. Here are implementation details
181that exist regardless of the package management system: 181that exist regardless of the package management system:
182 182
183- The typical convention used for the class extension code as used by 183- The typical convention used for the class extension code as used by