aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usermanual/embworld-oe.dbk
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-09 12:48:13 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-09 12:49:59 -0700
commit3382da9830e74937a0b62a359c37843a2719d44d (patch)
treef2b9f246d1b47f60e40356a994f540dd5c4d7680 /docs/usermanual/embworld-oe.dbk
parent15b7c636942826e8bc86ea258c76d20c04d2a3ae (diff)
downloadopenembedded-3382da9830e74937a0b62a359c37843a2719d44d.tar.gz
usermanual: Updates to reflect changes in file:// treatment for patches.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'docs/usermanual/embworld-oe.dbk')
-rw-r--r--docs/usermanual/embworld-oe.dbk9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/usermanual/embworld-oe.dbk b/docs/usermanual/embworld-oe.dbk
index c75d32fa1c..d94465e638 100644
--- a/docs/usermanual/embworld-oe.dbk
+++ b/docs/usermanual/embworld-oe.dbk
@@ -503,7 +503,7 @@ KERNEL_OBJECT_SUFFIX = ".o"
SRC_URI = "${KERNEL_MIRROR}/v2./linux-${KV}.tar.bz2"
# where to get my specific patches
-SRC_URI_append = " ${MY_URL}/patches/linux-${KV}-${MYV}.patch.gz;patch=1"
+SRC_URI_append = " ${MY_URL}/patches/linux-${KV}-${MYV}.patch.gz;apply=yes"
# specify the source directory
# (only necessary where it differs from the package name)
@@ -573,8 +573,8 @@ PR = "r1"
DEPENDS = "flex-native"
SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \
- file://configure.patch;patch=1 \
- file://nonrootinstall.patch;patch=1"
+ file://configure.patch \
+ file://nonrootinstall.patch"
inherit autotools
@@ -601,8 +601,7 @@ to be downloaded:
the main distribution tarball with the URL where to find it, and two
specific patches to build this package with OpenEmbedded.
These patches are located together with the package file.
-The <varname>patch=1</varname> specifies that this file is to be
-applied as patch with <option>-p1</option>.
+They are applied as patch with 1 striplevel same as <option>-p1</option>.
The <varname>${PV}</varname> in the tarball URL is expanded from the
recipe version
number. And the recipe version number is taken from the file name