summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-2.5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-2.5.rst')
-rw-r--r--documentation/ref-manual/migration-2.5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration-2.5.rst b/documentation/ref-manual/migration-2.5.rst
index 9ef4b55399..fd5f2f88e0 100644
--- a/documentation/ref-manual/migration-2.5.rst
+++ b/documentation/ref-manual/migration-2.5.rst
@@ -169,7 +169,7 @@ one of the packages provided by the Python recipe. You can no longer run
169``bitbake python-foo`` or have a 169``bitbake python-foo`` or have a
170:term:`DEPENDS` on ``python-foo``, 170:term:`DEPENDS` on ``python-foo``,
171but doing either of the following causes the package to work as 171but doing either of the following causes the package to work as
172expected: :: 172expected::
173 173
174 IMAGE_INSTALL_append = " python-foo" 174 IMAGE_INSTALL_append = " python-foo"
175 175