diff options
Diffstat (limited to 'documentation/overview-manual/yp-intro.rst')
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index d20a4ab09f..7aee9db04f 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -738,7 +738,7 @@ other build process, in which case the basic functionality can be | |||
738 | defined by the classes it inherits from the OE-Core layer's class | 738 | defined by the classes it inherits from the OE-Core layer's class |
739 | definitions in ``./meta/classes``. Within a recipe you can also define | 739 | definitions in ``./meta/classes``. Within a recipe you can also define |
740 | additional tasks as well as task prerequisites. Recipe syntax through | 740 | additional tasks as well as task prerequisites. Recipe syntax through |
741 | BitBake also supports both ``_prepend`` and ``_append`` operators as a | 741 | BitBake also supports both ``:prepend`` and ``:append`` operators as a |
742 | method of extending task functionality. These operators inject code into | 742 | method of extending task functionality. These operators inject code into |
743 | the beginning or end of a task. For information on these BitBake | 743 | the beginning or end of a task. For information on these BitBake |
744 | operators, see the | 744 | operators, see the |