summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index 42263cef3a..1c31c1f9e8 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -537,7 +537,7 @@ current working directory:
537- ``pn-buildlist``: Shows a simple list of targets that are to be 537- ``pn-buildlist``: Shows a simple list of targets that are to be
538 built. 538 built.
539 539
540To stop depending on common depends, use the "-I" depend option and 540To stop depending on common depends, use the ``-I`` depend option and
541BitBake omits them from the graph. Leaving this information out can 541BitBake omits them from the graph. Leaving this information out can
542produce more readable graphs. This way, you can remove from the graph 542produce more readable graphs. This way, you can remove from the graph
543:term:`DEPENDS` from inherited classes such as ``base.bbclass``. 543:term:`DEPENDS` from inherited classes such as ``base.bbclass``.