Message ID | alpine.LFD.2.11.1407091143050.11033@localhost |
---|---|
State | New |
Headers | show |
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index a9f5072..9a40c54 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -1140,12 +1140,6 @@ Tells BitBake to not generate a stamp file for a task, which implies the task should always be executed. </para></listitem> - <listitem><para><emphasis>fakeroot:</emphasis> - Causes a task to be run in a fakeroot environment, - obtained by adding the variables in - <link linkend='var-FAKEROOTENV'><filename>FAKEROOTENV</filename></link> - to the environment. - </para></listitem> <listitem><para><emphasis>umask:</emphasis> The umask to run the task under. </para></listitem>
Applied as is. Needs to be merged to bitbake repo. Scott >-----Original Message----- >From: bitbake-devel-bounces@lists.openembedded.org [mailto:bitbake- >devel-bounces@lists.openembedded.org] On Behalf Of Robert P. J. Day >Sent: Wednesday, July 09, 2014 8:44 AM >To: BitBake developer list >Subject: [bitbake-devel] [PATCH] Documentation: Remove "fakeroot" from >the list of task flags. > > >"fakeroot" is now specified as a function attribute, not as a task flag. > >Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> > >--- > >diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml >b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml >index a9f5072..9a40c54 100644 >--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml >+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml >@@ -1140,12 +1140,6 @@ > Tells BitBake to not generate a stamp file for a task, > which implies the task should always be executed. > </para></listitem> >- <listitem><para><emphasis>fakeroot:</emphasis> >- Causes a task to be run in a fakeroot environment, >- obtained by adding the variables in >- <link linkend='var- >FAKEROOTENV'><filename>FAKEROOTENV</filename></link> >- to the environment. >- </para></listitem> > <listitem><para><emphasis>umask:</emphasis> > The umask to run the task under. > </para></listitem> > >-- > >=========================================================== >============= >Robert P. J. Day Ottawa, Ontario, CANADA > http://crashcourse.ca > >Twitter: http://twitter.com/rpjday >LinkedIn: http://ca.linkedin.com/in/rpjday >=========================================================== >============= >-- >_______________________________________________ >bitbake-devel mailing list >bitbake-devel@lists.openembedded.org >http://lists.openembedded.org/mailman/listinfo/bitbake-devel
"fakeroot" is now specified as a function attribute, not as a task flag. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---