diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 15:48:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:14 +0100 |
commit | 334c8ee4967d9792e27c1f63d6325dd2959babcc (patch) | |
tree | cd6f3b9b2261e7600f987a5a996c98e71a8504d3 /documentation/dev-manual | |
parent | 3e1871b30af9d76575b41510abd2e5784e6eb39e (diff) | |
download | poky-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/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 5 |
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: |