[oe-commits] Robert P. J. Day : Manual: Some simple updates in OE manual, reference chapter.

git version control git at git.openembedded.org
Mon Jun 7 00:55:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0f9d157c628d2e53f81107b1c9ec8c9635cdab9b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0f9d157c628d2e53f81107b1c9ec8c9635cdab9b

Author: Robert P. J. Day <rpjday at crashcourse.ca>
Date:   Fri Jun  4 21:11:05 2010 +0000

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 <rpjday at crashcourse.ca>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 docs/usermanual/reference/var_src_uri.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml
index b858e8a..b973bec 100644
--- a/docs/usermanual/reference/var_src_uri.xml
+++ b/docs/usermanual/reference/var_src_uri.xml
@@ -2,7 +2,7 @@
 <section id="src_uri_variable" xreflabel="SRC_URI variable">
   <title>SRC_URI variable: Source code and patches</title>
 
-  <para>All recipies need to contain a definition of
+  <para>All recipes need to contain a definition of
   <command>SRC_URI</command>. 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 @@
 
   <para>A typical <command>SRC_URI</command> contains a list of URL's, patches
   and files as shown in this example from quagga:<screen>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] = &quot;36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31
   a checksum will throw errors.</para>
   <para>Each URI supports a set of additional options. These options are
   tag/value pairs of the form <command>"a=b"</command> 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:<screen>file://ospfd-no-opaque-lsa-fix.patch;patch=1;pnum=2</screen>The
+  separated from each other and from the URI. The following example shows one
+  option being included, the striplevel option:<screen>file://ospfd-no-opaque-lsa-fix.patch;striplevel=2</screen>The
   supported methods for fetching source and files are:</para>
 
   <variablelist>
@@ -209,7 +209,7 @@ SRC_URI[sha256sum] = &quot;36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31
     scripts, to be included in the final package.</para>
 
     <para>The following example shows the specification of a patch
-    file:<screen>file://ospfd-no-opaque-lsa-fix.patch;patch=1</screen></para>
+    file:<screen>file://ospfd-no-opaque-lsa-fix.patch</screen></para>
 
     <para>Patch files are be copied to the patches subdirectory of the source
     directory, <command>${S}/patches</command>, and then applied from the





More information about the Openembedded-commits mailing list