From 6a6687d6d5cdd21e4eb150d78e2ba2874c817e2a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 19 Jan 2015 10:06:09 -0800 Subject: dev-manual: Updated text to indicate patch files can end differently Patch files can end with compressed suffixes such as diff.gz and patch.bz2. Reported-by: Robert P. J. Day (From yocto-docs rev: 69993710d1466dddc804c33c1d76f46d0982d28f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 658919dfc0..2319be1d84 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1885,8 +1885,11 @@ The previous example also specifies a patch file. - Patch files are files whose names end in - .patch or .diff. + Patch files are files whose names usually end in + .patch or .diff but + can end with compressed suffixes such as + diff.gz and + patch.bz2, for example. The build system automatically applies patches as described in the "Patching Code" section. -- cgit v1.2.3-54-g00ecf