diff options
author | Filip Jareš <filipjares@gmail.com> | 2019-03-12 09:19:24 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-19 23:54:02 +0000 |
commit | 28f9cf565a8def94b69e3e0e23f08e72d4dde2da (patch) | |
tree | 91ceeec6e3ffe01f47bd1241ab16f94d43ef5aea | |
parent | e63d516db3c1b4e49978040db50d010502d60802 (diff) | |
download | poky-28f9cf565a8def94b69e3e0e23f08e72d4dde2da.tar.gz |
ref-manual: Fixed SRC_URI cut-and-paste error.
The update fixes a copy-paste-and-forget-to-update-everything error
in the documentation of the `SRC_URI` entry in the Reference Manual.
The `maxdate` paragraph just repeated what is there for the
neighboring `mindate` paragraph which was incorrect.
(From yocto-docs rev: bbeb096222d42a31adcb358a85f8fe6c4120416a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3ffa92c866..b49fb2535b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -13798,7 +13798,7 @@ | |||
13798 | </para></listitem> | 13798 | </para></listitem> |
13799 | <listitem><para><emphasis><filename>maxdate</filename> -</emphasis> | 13799 | <listitem><para><emphasis><filename>maxdate</filename> -</emphasis> |
13800 | Apply the patch only if <filename>SRCDATE</filename> | 13800 | Apply the patch only if <filename>SRCDATE</filename> |
13801 | is not later than <filename>mindate</filename>. | 13801 | is not later than <filename>maxdate</filename>. |
13802 | </para></listitem> | 13802 | </para></listitem> |
13803 | <listitem><para><emphasis><filename>minrev</filename> -</emphasis> | 13803 | <listitem><para><emphasis><filename>minrev</filename> -</emphasis> |
13804 | Apply the patch only if <filename>SRCREV</filename> | 13804 | Apply the patch only if <filename>SRCREV</filename> |