From 7aae52eae2e3a8856cc645ff9f4344e30f3a201a Mon Sep 17 00:00:00 2001 From: Filip Jareš Date: Tue, 12 Mar 2019 09:19:24 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" maxdate - Apply the patch only if SRCDATE - is not later than mindate. + is not later than maxdate. minrev - Apply the patch only if SRCREV -- cgit v1.2.3-54-g00ecf