From: Robert P. J. Day Date: Thu, 10 Jul 2014 07:28:39 +0000 (+0300) Subject: bitbake: bitbake-user-manual-metadata.xml: Removed fakeroot from list X-Git-Tag: rev_ivi_2015_02_04~7389 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=797a6ea56f09f605874a22f6e72f2c315cd8fc9b;p=scm%2Fbb%2Ftizen-distro.git bitbake: bitbake-user-manual-metadata.xml: Removed fakeroot from list "fakeroot" is now specified as a function attribute, not as a task flag. (Bitbake rev: 749b39a8e5e8060222c748a349efc31f541da94e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 45366d5..ef19192 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -1202,12 +1202,6 @@ Tells BitBake to not generate a stamp file for a task, which implies the task should always be executed. - fakeroot: - Causes a task to be run in a fakeroot environment, - obtained by adding the variables in - FAKEROOTENV - to the environment. - umask: The umask to run the task under.