aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOttavio Campana <ottavio@campana.vi.it>2008-05-09 02:15:10 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-09 02:15:10 +0000
commit68cfdb09bbd3be59545d2e435cd518458fd6be28 (patch)
treedf068e159bfa79cc2fde6300d76269819d7ffb43
parentef3ad68e19fa7faac2bac8bdf04c5167b0aca8fa (diff)
downloadopenembedded-68cfdb09bbd3be59545d2e435cd518458fd6be28.tar.gz
common_use_cases.xml: add para to two listitems to fix compilation problem reported in bug 4233
* commit by Laibsch
-rw-r--r--usermanual/chapters/common_use_cases.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/usermanual/chapters/common_use_cases.xml b/usermanual/chapters/common_use_cases.xml
index 5a77f1f837..4497683fa9 100644
--- a/usermanual/chapters/common_use_cases.xml
+++ b/usermanual/chapters/common_use_cases.xml
@@ -109,8 +109,8 @@ SRCDATE = "20061014"
prevent random breakage in OE at the most inopportune time for all OE users. Here is
how to do that properly.
<itemizedlist>
- <listitem>for svn: add 'PV = "1.1+svnr${SRCREV}"' to your bb file.</listitem>
- <listitem>for cvs: add 'PV = "1.1+cvs${SRCREV}"' to your bb file.</listitem>
+ <listitem><para>for svn: add 'PV = "1.1+svnr${SRCREV}"' to your bb file.</para></listitem>
+ <listitem><para>for cvs: add 'PV = "1.1+cvs${SRCREV}"' to your bb file.</para></listitem>
</itemizedlist>
Accompany either with an entry to conf/distro/include/sane-srcrevs.inc for a revision that you know
builds successfully.