Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] Some simple updates in OE manual, reference chapter.
@ 2010-06-05  7:11 Robert P. J. Day
  2010-06-07  1:00 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2010-06-05  7:11 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list


Obvious fixes:

"recipies" -> "recipes"
Update references to patch= and pnum= to striplevel=

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  there's way more that can be updated on that page alone but i'd
rather do this in logical chunks if that's ok.



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


rday
-- 

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-07  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-05  7:11 [PATCH] Some simple updates in OE manual, reference chapter Robert P. J. Day
2010-06-07  1:00 ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox