diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-08-04 20:20:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:04:23 +0100 |
commit | 134da15e223097d77ae2b357360fc079d3402cb8 (patch) | |
tree | f0917ab5ab1fdbf81417d72002abbfad1fc89b5f /documentation/sdk-manual/extensible.rst | |
parent | 956056e647e21a644908d761f072a00ea42a94f9 (diff) | |
download | poky-134da15e223097d77ae2b357360fc079d3402cb8.tar.gz |
sdk-manual: overrides syntax updates
Updated with openembedded-core/scripts/contrib/convert-overrides.py
(From yocto-docs rev: 39cf6b2eb063815a3e2bf7a71ffd1fd6351cc594)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/extensible.rst')
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 2cdb06d65c..bdce0414e4 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -838,7 +838,7 @@ recipe. | |||
838 | If you need to add runtime dependencies, you can do so by adding the | 838 | If you need to add runtime dependencies, you can do so by adding the |
839 | following to your recipe:: | 839 | following to your recipe:: |
840 | 840 | ||
841 | RDEPENDS_${PN} += "dependency1 dependency2 ..." | 841 | RDEPENDS:${PN} += "dependency1 dependency2 ..." |
842 | 842 | ||
843 | .. note:: | 843 | .. note:: |
844 | 844 | ||