dev-manual: Updated the title for the adding a package section.

I think this is better wording.

(From yocto-docs rev: 4f673b0c3df4a7af4ec54325722e407d12a0e7fc)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-01 15:15:26 -07:00 committed by Richard Purdie
parent 896bd5dbdd
commit b1916ac738
1 changed files with 3 additions and 2 deletions

View File

@ -699,10 +699,11 @@
</section>
<section id='usingpoky-extend-addpkg'>
<title>Adding a Package</title>
<title>Adding a Package to Your Image</title>
<para>
To add a package, you need to write a recipe for it.
To add a package to your image, you need to write a recipe
for the package.
Writing a recipe means creating a <filename>.bb</filename> file that sets some
variables.
For information on variables that are useful for recipes and for information about recipe naming