From: Robert Yang Date: Mon, 6 Jan 2014 09:52:36 +0000 (-0500) Subject: bitbake: bitbake: usermanual.xml: fix a typo X-Git-Tag: rev_ivi_2015_02_04~9771 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c64ed60c37feba9d693107ffb00d4c30f021768;p=scm%2Fbb%2Ftizen-distro.git bitbake: bitbake: usermanual.xml: fix a typo Fixed: "should created" -> "should be created" [YOCTO #5703] (Bitbake rev: 146318729dbeeee4136bcb4832e6f8f69f9a2489) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml index 6781a71..749ee98 100644 --- a/bitbake/doc/manual/usermanual.xml +++ b/bitbake/doc/manual/usermanual.xml @@ -241,7 +241,7 @@ addtask printdate before do_build Task Flags Tasks support a number of flags which control various functionality of the task. These are as follows: 'dirs' - directories which should be created before the task runs - 'cleandirs' - directories which should created before the task runs but should be empty + 'cleandirs' - directories which should be created before the task runs but should be empty 'noexec' - marks the tasks as being empty and no execution required. These are used as dependency placeholders or used when added tasks need to be subsequently disabled. 'nostamp' - don't generate a stamp file for a task. This means the task is always rexecuted. 'fakeroot' - this task needs to be run in a fakeroot environment, obtained by adding the variables in FAKEROOTENV to the environment.