aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-02-18 02:41:34 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-02-18 02:41:34 +0000
commitb10281ccde0472e79cc2d15f956896967af3d9d2 (patch)
tree94b630af3917d3e1c328b6885e8d5d77536d6d30
parenta1eec8d2486ecd830fbc19eb034510cd3772aa36 (diff)
downloadopenembedded-b10281ccde0472e79cc2d15f956896967af3d9d2.tar.gz
recipes.xml: improve some awkward wording.
-rw-r--r--usermanual/chapters/recipes.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/usermanual/chapters/recipes.xml b/usermanual/chapters/recipes.xml
index 373d1a47fe..83c3f39279 100644
--- a/usermanual/chapters/recipes.xml
+++ b/usermanual/chapters/recipes.xml
@@ -2001,8 +2001,7 @@ NOTE: package helloworld-0.1-r0: task do_package_write: completed</screen>We
matched via wildcards. Consider the case where we have three binaries in
the /usr/bin directory and we want the test program in a separate
package:<screen>/usr/bin/programa /usr/bin/programb /usr/bin/test</screen>So
- we define are now package, list the file and included in the list of
- packages:</para>
+ we define a new package and instruct bitbake to /usr/bin/test in it.</para>
<screen>FILES-${PN}-test = "${bindir}/test"
PACKAGES += "FILES-${PN}-test"</screen>
@@ -2020,7 +2019,7 @@ PACKAGES += "FILES-${PN}-test"</screen>
processing of the <emphasis role="bold">${PN}-test</emphasis>
package.</para>
- <para>To make these work we have two options:</para>
+ <para>To achieve what we are trying to accomplish we have two options:</para>
<orderedlist>
<listitem>
@@ -3419,4 +3418,4 @@ which find
<para></para>
</section>
-</chapter> \ No newline at end of file
+</chapter>