summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 15:48:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:14 +0100
commit334c8ee4967d9792e27c1f63d6325dd2959babcc (patch)
treecd6f3b9b2261e7600f987a5a996c98e71a8504d3 /documentation
parent3e1871b30af9d76575b41510abd2e5784e6eb39e (diff)
downloadpoky-334c8ee4967d9792e27c1f63d6325dd2959babcc.tar.gz
dev-manual: Edits to "Including Static Library Files" section.
(From yocto-docs rev: b6548dbde129203b2bccf33c28d65057667c9136) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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: