From 3382da9830e74937a0b62a359c37843a2719d44d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 9 Jul 2010 12:48:13 -0700 Subject: usermanual: Updates to reflect changes in file:// treatment for patches. Signed-off-by: Khem Raj --- docs/usermanual/reference/var_src_uri.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'docs/usermanual/reference') diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml index 2052fa8896..95632569dd 100644 --- a/docs/usermanual/reference/var_src_uri.xml +++ b/docs/usermanual/reference/var_src_uri.xml @@ -252,18 +252,21 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 - patch + apply={yes|no} - Used as "patch=1" to define this file as a - patch file. Patch files will be copied to + If set to 'yes' it is used as "patch=1" to define this file as a + patch file. Patch files will be symlinked into ${S}/patches and then applied to source from - within the source directory, ${S}. + within the source directory, ${S}. + If set to 'no' the file will be copied to ${S} + during unpack. + - pnum + striplevel By default patches are applied with the "-p @@ -272,7 +275,7 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 the value passed to "-p". The most typical use is when the patches are relative to the source directory already and need to be applied using "-p 0", in which case - the "pnum=0" option is supplied. + the "striplevel=0" option is supplied. -- cgit v1.2.3