summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r--documentation/ref-manual/faq.rst2
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
438available to other recipes. Files are missing from the native sysroot, 438available to other recipes. Files are missing from the native sysroot,
439my recipe is installing to the wrong place, or I am getting permissions 439my recipe is installing to the wrong place, or I am getting permissions
440errors during the do_install task in my recipe! What is wrong? 440errors 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
443environment variables supplied to it by :term:`BitBake`. The 443environment variables supplied to it by :term:`BitBake`. The