summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 011ad72573..ce95fa9c6a 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1485,8 +1485,9 @@
1485 By default, the <filename>PACKAGES</filename> variable contains 1485 By default, the <filename>PACKAGES</filename> variable contains
1486 <filename>${PN}-staticdev</filename>, which includes all static library files. 1486 <filename>${PN}-staticdev</filename>, which includes all static library files.
1487 <note> 1487 <note>
1488 Previously released versions of the Yocto Project defined the static library files 1488 Some previously released versions of the Yocto Project
1489 through <filename>${PN}-dev</filename>. 1489 defined the static library files through
1490 <filename>${PN}-dev</filename>.
1490 </note> 1491 </note>
1491 Following, is part of the BitBake configuration file. 1492 Following, is part of the BitBake configuration file.
1492 You can see where the static library files are defined: 1493 You can see where the static library files are defined: