diff options
-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 9c672ec7f..f072fe503 100644 --- a/handbook/extendpoky.xml +++ b/handbook/extendpoky.xml @@ -814,7 +814,7 @@ quilt refresh Poky metadata and added into <glossterm><link linkend='var-SRC_URI'>SRC_URI</link></glossterm> of a recipe: <programlisting> -SRC_URI += "file://NAME-OF-PATCH.patch;patch=1" +SRC_URI += "file://NAME-OF-PATCH.patch" </programlisting> This also requires a bump of <glossterm><link |