From 5ad47afea0efee7528280d57983fb85b3a550ab8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Mar 2012 16:07:39 -0600 Subject: documentation/dev-manual/dev-manual-common-tasks.xml: fixed typo (From yocto-docs rev: 135ca58fa53ffcf94138e0df7857d87c79e001ce) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 4e32f300c3..ad5be9d499 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -162,7 +162,7 @@ Avoid duplicating include files. Use .bbappend files for each recipe that uses an include file. - Or, if you are introducing a new recipe that requires the inc file, use the + Or, if you are introducing a new recipe that requires the included file, use the path relative to the original layer directory to refer to the file. For example, use require recipes-core/somepackage/somefile.inc instead of require somefile.inc. -- cgit v1.2.3-54-g00ecf