diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-08 08:24:12 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-08 17:07:03 +0100 |
commit | 8f34dcfdbcfacb983d552c65ba43f5f2cf7427f9 (patch) | |
tree | 14801f994321466e16f2d6d1a1fac90232c83d43 /handbook | |
parent | 40b0d41fd10965ec823e44343fc4bf7941cc4ff8 (diff) | |
download | poky-8f34dcfdbcfacb983d552c65ba43f5f2cf7427f9.tar.gz |
handbook: Use new style patch application syntax
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/extendpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml index 9c672ec7f5..f072fe5032 100644 --- a/handbook/extendpoky.xml +++ b/handbook/extendpoky.xml | |||
@@ -814,7 +814,7 @@ quilt refresh | |||
814 | Poky metadata and added into <glossterm><link | 814 | Poky metadata and added into <glossterm><link |
815 | linkend='var-SRC_URI'>SRC_URI</link></glossterm> of a recipe: | 815 | linkend='var-SRC_URI'>SRC_URI</link></glossterm> of a recipe: |
816 | <programlisting> | 816 | <programlisting> |
817 | SRC_URI += "file://NAME-OF-PATCH.patch;patch=1" | 817 | SRC_URI += "file://NAME-OF-PATCH.patch" |
818 | </programlisting> | 818 | </programlisting> |
819 | 819 | ||
820 | This also requires a bump of <glossterm><link | 820 | This also requires a bump of <glossterm><link |