From 5cb082812952fff8c07a4f0948f0d98f0650c70a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 23 Sep 2013 10:13:03 -0700 Subject: [PATCH] ref-manual: Updated SRC_URI description Added a "patchdir" option. (From yocto-docs rev: 2f4e51ea749406eaab2195df814a171bb4679a54) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d71378d271..49632365d2 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -4860,6 +4860,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" striplevel - Which striplevel to use when applying the patch. The default level is 1. + patchdir - Specifies + the directory in which the patch should be applied. + The default is ${S}. + Here are options specific to recipes building code from a revision control system: