summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst2
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 12491c5947..ec5d08590e 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -1962,7 +1962,7 @@ Other variables or names support Python's
1962`glob <https://docs.python.org/3/library/glob.html>`_ syntax, 1962`glob <https://docs.python.org/3/library/glob.html>`_ syntax,
1963`fnmatch <https://docs.python.org/3/library/fnmatch.html#module-fnmatch>`_ 1963`fnmatch <https://docs.python.org/3/library/fnmatch.html#module-fnmatch>`_
1964syntax, or 1964syntax, or
1965`Regular Expression (re) <https://docs.python.org/3/library/re.html#re>`_ 1965`Regular Expression (re) <https://docs.python.org/3/library/re.html>`_
1966syntax. 1966syntax.
1967 1967
1968For variables that have wildcard suport, the documentation describes 1968For variables that have wildcard suport, the documentation describes
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index b82661c697..fb1b353c82 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -714,7 +714,7 @@ overview of their function and contents.
714 compiler. Consequently, the syntax follows Python's Regular 714 compiler. Consequently, the syntax follows Python's Regular
715 Expression (re) syntax. The expressions are compared against the full 715 Expression (re) syntax. The expressions are compared against the full
716 paths to the files. For complete syntax information, see Python's 716 paths to the files. For complete syntax information, see Python's
717 documentation at http://docs.python.org/3/library/re.html#re. 717 documentation at http://docs.python.org/3/library/re.html.
718 718
719 The following example uses a complete regular expression to tell 719 The following example uses a complete regular expression to tell
720 BitBake to ignore all recipe and recipe append files in the 720 BitBake to ignore all recipe and recipe append files in the