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:08 +0000 |
| commit | 7aae52eae2e3a8856cc645ff9f4344e30f3a201a (patch) | |
| tree | 7167eb4b603bfd84dca13b980f9f11a2ef2f6d76 | |
| parent | b28f5672ab55ea303727e9f03bc594c7774d597e (diff) | |
| download | poky-7aae52eae2e3a8856cc645ff9f4344e30f3a201a.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: 26c5549580e108c40aa7c95860d12c675596820c)
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 f68811177b..4cc6622803 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -13301,7 +13301,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 13301 | </para></listitem> | 13301 | </para></listitem> |
| 13302 | <listitem><para><emphasis><filename>maxdate</filename> -</emphasis> | 13302 | <listitem><para><emphasis><filename>maxdate</filename> -</emphasis> |
| 13303 | Apply the patch only if <filename>SRCDATE</filename> | 13303 | Apply the patch only if <filename>SRCDATE</filename> |
| 13304 | is not later than <filename>mindate</filename>. | 13304 | is not later than <filename>maxdate</filename>. |
| 13305 | </para></listitem> | 13305 | </para></listitem> |
| 13306 | <listitem><para><emphasis><filename>minrev</filename> -</emphasis> | 13306 | <listitem><para><emphasis><filename>minrev</filename> -</emphasis> |
| 13307 | Apply the patch only if <filename>SRCREV</filename> | 13307 | Apply the patch only if <filename>SRCREV</filename> |
