diff options
author | Scott Rifenbark <scott@scott-desktop.(none)> | 2011-02-01 15:09:12 -0600 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-01 23:45:13 -0800 |
commit | ecac1c77c6b6cff59d1834b593ddd45bb209d40d (patch) | |
tree | 13152c24d7a11f5f215f5008dd51e83589647742 /documentation | |
parent | 845d49d109de444d382cb0ffe4e51f7066cba5de (diff) | |
download | openembedded-core-ecac1c77c6b6cff59d1834b593ddd45bb209d40d.tar.gz openembedded-core-ecac1c77c6b6cff59d1834b593ddd45bb209d40d.tar.bz2 openembedded-core-ecac1c77c6b6cff59d1834b593ddd45bb209d40d.tar.xz openembedded-core-ecac1c77c6b6cff59d1834b593ddd45bb209d40d.zip |
documentation/poky-ref-manual/extendpoky.xml: Fixed make problem
Discovered that the manual was not making correctly due to a stray
</literallayout> statement. I removed this statement and the manual
now builds.
Signed-off-by: Scott Rifenbark <scott@scott-desktop.(none)>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/extendpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 4fd818e8b..182b36d51 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -694,7 +694,7 @@ BBFILE_PRIORITY_emenlow = "6" .inc file must set INC_PR (initially to "r0"), and all recipes referring to it should set PR to "$(INC_PR).0" initially, incrementing the last number when the recipe is changed. If the .inc file is changed then its INC_PR should be incremented. - </literallayout> + </para> <para> When upgrading the version of a package, assuming the <glossterm><link linkend='var-PV'>PV</link></glossterm> changes, the PR variable should be reset to "r0" |