summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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:29 +0100
commitff8b1388d958da7594e912ac26af7712d8d95932 (patch)
treedc14f85b407e835bc1ecc7e87a159e808173a4f3 /documentation/dev-manual
parent085cda85a4cbacd632a5ce89e63068210353b945 (diff)
downloadpoky-ff8b1388d958da7594e912ac26af7712d8d95932.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/dev-manual')
-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: