diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-14 11:34:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:34 +0100 |
commit | dbdc897ca90d84be513077b8d97a1177c199a222 (patch) | |
tree | 848899bbf2d34981a7940b6ae5753b24029d4bd9 /documentation | |
parent | fd7f63eb5770e774fb6921845a9b1f9075ac3d35 (diff) | |
download | poky-dbdc897ca90d84be513077b8d97a1177c199a222.tar.gz |
overview-manual: Updated "Invalidating Shared State" section
Removed "OpenEmbedded" in the string "OpenEmbedded build system."
(From yocto-docs rev: d44b370b0fb993c32c9dfe3515188fa9e7ff2437)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 98c39a5976..f5337813df 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml | |||
@@ -3069,8 +3069,8 @@ | |||
3069 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-package'><filename>do_package</filename></ulink> | 3069 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-package'><filename>do_package</filename></ulink> |
3070 | or the comments of one of the functions it calls. | 3070 | or the comments of one of the functions it calls. |
3071 | Even though the change is purely cosmetic, it causes the | 3071 | Even though the change is purely cosmetic, it causes the |
3072 | checksum to be recalculated and forces the OpenEmbedded | 3072 | checksum to be recalculated and forces the build system to |
3073 | build system to run the task again. | 3073 | run the task again. |
3074 | <note> | 3074 | <note> |
3075 | For an example of a commit that makes a cosmetic | 3075 | For an example of a commit that makes a cosmetic |
3076 | change to invalidate shared state, see this | 3076 | change to invalidate shared state, see this |