From 0f9d157c628d2e53f81107b1c9ec8c9635cdab9b Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Fri, 4 Jun 2010 21:11:05 +0000 Subject: Manual: Some simple updates in OE manual, reference chapter. * Obvious fixes: "recipies" -> "recipes" Update references to patch= and pnum= to striplevel= Signed-off-by: Robert P. J. Day Signed-off-by: Khem Raj --- docs/usermanual/reference/var_src_uri.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml index b858e8abb0..b973bec874 100644 --- a/docs/usermanual/reference/var_src_uri.xml +++ b/docs/usermanual/reference/var_src_uri.xml @@ -2,7 +2,7 @@
SRC_URI variable: Source code and patches - All recipies need to contain a definition of + All recipes need to contain a definition of SRC_URI. It determines what files and source code is needed and where that source code should be obtained from. This includes patches to be applied and basic files that are shipped as part of the @@ -10,8 +10,8 @@ A typical SRC_URI contains a list of URL's, patches and files as shown in this example from quagga:SRC_URI = "http://www.quagga.net/download/quagga-${PV}.tar.gz \ - file://ospfd-no-opaque-lsa-fix.patch;patch=1 \ - file://fix-for-lib-inpath.patch;patch=1 \ + file://ospfd-no-opaque-lsa-fix.patch \ + file://fix-for-lib-inpath.patch \ file://quagga.init \ file://quagga.default \ file://watchquagga.init \ @@ -37,8 +37,8 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 a checksum will throw errors. Each URI supports a set of additional options. These options are tag/value pairs of the form "a=b" and are semi-colon - separated from each other and from the URI. The follow examples shows two - options being included, the patch and pnum options:file://ospfd-no-opaque-lsa-fix.patch;patch=1;pnum=2The + separated from each other and from the URI. The following example shows one + option being included, the striplevel option:file://ospfd-no-opaque-lsa-fix.patch;striplevel=2The supported methods for fetching source and files are: @@ -209,7 +209,7 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 scripts, to be included in the final package. The following example shows the specification of a patch - file:file://ospfd-no-opaque-lsa-fix.patch;patch=1 + file:file://ospfd-no-opaque-lsa-fix.patch Patch files are be copied to the patches subdirectory of the source directory, ${S}/patches, and then applied from the -- cgit 1.2.3-korg