diff options
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r-- | documentation/ref-manual/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index 61049523a0..cb90677923 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst | |||
@@ -437,7 +437,7 @@ practice very effective. | |||
437 | **Q:** The files provided by my ``*-native`` recipe do not appear to be | 437 | **Q:** The files provided by my ``*-native`` recipe do not appear to be |
438 | available to other recipes. Files are missing from the native sysroot, | 438 | available to other recipes. Files are missing from the native sysroot, |
439 | my recipe is installing to the wrong place, or I am getting permissions | 439 | my recipe is installing to the wrong place, or I am getting permissions |
440 | errors during the do_install task in my recipe! What is wrong? | 440 | errors during the :ref:`ref-tasks-install` task in my recipe! What is wrong? |
441 | 441 | ||
442 | **A:** This situation results when a build system does not recognize the | 442 | **A:** This situation results when a build system does not recognize the |
443 | environment variables supplied to it by :term:`BitBake`. The | 443 | environment variables supplied to it by :term:`BitBake`. The |