diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-14 08:25:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-19 16:25:01 +0100 |
commit | 583ce2ce46b8c603d0de16525a895b16a52380a5 (patch) | |
tree | ed4c6c58eb857570f3ac6437a0332d0b2128cbfe /documentation | |
parent | ce9fb83aa91b76f3d8347884bd3c9d20622cbb2b (diff) | |
download | poky-583ce2ce46b8c603d0de16525a895b16a52380a5.tar.gz |
dev-manual: Fixed typo for AUTOREV.
(From yocto-docs rev: a1fd83f0aeaab95693335150f330bbc7c5af18f8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 767b72a18f..13882f2688 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -5434,7 +5434,7 @@ | |||
5434 | Then, you can add the following to your | 5434 | Then, you can add the following to your |
5435 | <filename>local.conf</filename>: | 5435 | <filename>local.conf</filename>: |
5436 | <literallayout class='monospaced'> | 5436 | <literallayout class='monospaced'> |
5437 | SRCREV_pn-<PN> = "${AUTOREF}" | 5437 | SRCREV_pn-<PN> = "${AUTOREV}" |
5438 | </literallayout> | 5438 | </literallayout> |
5439 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink> | 5439 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink> |
5440 | is the name of the recipe for which you want to enable automatic source | 5440 | is the name of the recipe for which you want to enable automatic source |