From 9cc0b51c652a1da956f8b67d6836bb99a530f464 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 13 Dec 2009 16:47:05 +0100 Subject: Typo. s/to used/to use/ Signed-off-by: Paul Menzel --- docs/usermanual/chapters/recipes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/usermanual/chapters/recipes.xml b/docs/usermanual/chapters/recipes.xml index 74e8e16366..cad1d80a68 100644 --- a/docs/usermanual/chapters/recipes.xml +++ b/docs/usermanual/chapters/recipes.xml @@ -201,7 +201,7 @@ VAR1 ?= "New value" which results in the actions only being performed for the specified target or machine: [TODO: Link to section on overrides]SRC_URI_append_sh4 = " file://fix-makefile.patch;patch=1"Note that the appended information is a variable itself, and therefore - it's possible to used += or + it's possible to use += or =+ to assign variables to the _append information:SRC_URI_append = " file://fix-makefile.patch;patch=1" SRC_URI_append += "file://fix-install.patch;patch=1" @@ -225,7 +225,7 @@ SRC_URI_append += "file://fix-install.patch;patch=1" specified target or machine: [TODO: Link to section on overrides]CFLAGS_prepend_sh4 = " file://fix-makefile.patch;patch=1"Note that the appended information is a variable itself, and therefore - it's possible to used += or + it's possible to use += or =+ to assign variables to the _prepend information:CFLAGS_prepend = "-I${S}/myincludes " CFLAGS_prepend += "-I${S}/myincludes2 "Note also the lack of a space -- cgit 1.2.3-korg