diff options
Diffstat (limited to 'documentation/migration-guides/migration-1.8.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-1.8.rst b/documentation/migration-guides/migration-1.8.rst index 546c798196..f058029b30 100644 --- a/documentation/migration-guides/migration-1.8.rst +++ b/documentation/migration-guides/migration-1.8.rst | |||
@@ -84,7 +84,7 @@ where the ``linux.inc`` file in ``meta-oe`` was updated. | |||
84 | 84 | ||
85 | Recipes that rely on the kernel source code and do not inherit the | 85 | Recipes that rely on the kernel source code and do not inherit the |
86 | module classes might need to add explicit dependencies on the | 86 | module classes might need to add explicit dependencies on the |
87 | ``do_shared_workdir`` kernel task, for example:: | 87 | :ref:`ref-tasks-shared_workdir` kernel task, for example:: |
88 | 88 | ||
89 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 89 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
90 | 90 | ||