From 773536c333248214f8f41eff698d8bfd3c687249 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 15 Apr 2021 17:58:45 +0200 Subject: manuals: simplify code insertion This replaces instances of ": ::" by "::", which generates identical HTML output (From yocto-docs rev: 1f410dfc7c16c09af612de659f8574ef6cff4636) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/migration-2.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/ref-manual/migration-2.5.rst') 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 ``bitbake python-foo`` or have a :term:`DEPENDS` on ``python-foo``, but doing either of the following causes the package to work as -expected: :: +expected:: IMAGE_INSTALL_append = " python-foo" -- cgit v1.2.3-54-g00ecf