1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-09 03:40:18 +00:00

bitbake: bitbake-user-manual: fix description of BB_RUNTASK

Contrary to what the manual said, BB_RUNTASK does include the do_
prefix, unlike BB_CURRENTTASK.

(Bitbake rev: 3f4968c77129252e8d0833fbd683372fca243a90)

Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chris Laplante via bitbake-devel
2018-10-04 13:21:38 -04:00
committed by Richard Purdie
parent a8a077cafb
commit 76361c9b38
@@ -646,10 +646,10 @@
<glossdef>
<para>
Contains the name of the currently executing task.
The value does not include the "do_" prefix.
The value includes the "do_" prefix.
For example, if the currently executing task is
<filename>do_config</filename>, the value is
"config".
"do_config".
</para>
</glossdef>
</glossentry>