diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-11-27 15:19:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:21 +0000 |
commit | 332159dd3e2621bf7460a85dbb629febd17d1154 (patch) | |
tree | b16db9d10d4d22851e523cf385bb2ab436e98076 /documentation/ref-manual/migration-1.7.rst | |
parent | 48748377a41a697a2b280ddbecb1c39487d1b7b8 (diff) | |
download | poky-332159dd3e2621bf7460a85dbb629febd17d1154.tar.gz |
ref-manual: Simplify oe_git links
Manual links to git.openembedded.org are converted to use the oe_git
directive where possible. Note that this directive can't be used in some
places such as example code.
(From yocto-docs rev: 64d2b5c26889356d4eb49896566cf28b9234b9cc)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration-1.7.rst')
-rw-r--r-- | documentation/ref-manual/migration-1.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/migration-1.7.rst b/documentation/ref-manual/migration-1.7.rst index 5a5151ec1c..c3f9469da1 100644 --- a/documentation/ref-manual/migration-1.7.rst +++ b/documentation/ref-manual/migration-1.7.rst | |||
@@ -66,8 +66,8 @@ occurred: | |||
66 | foreign mode themselves, the option is mostly superfluous. However, | 66 | foreign mode themselves, the option is mostly superfluous. However, |
67 | some recipes will need patches for this change. You can easily make | 67 | some recipes will need patches for this change. You can easily make |
68 | the change by patching ``configure.ac`` so that it passes "foreign" | 68 | the change by patching ``configure.ac`` so that it passes "foreign" |
69 | to ``AM_INIT_AUTOMAKE()``. See `this | 69 | to ``AM_INIT_AUTOMAKE()``. See :oe_git:`this |
70 | commit <http://cgit.openembedded.org/openembedded-core/commit/?id=01943188f85ce6411717fb5bf702d609f55813f2>`__ | 70 | commit </openembedded-core/commit/?id=01943188f85ce6411717fb5bf702d609f55813f2>` |
71 | for an example showing how to make the patch. | 71 | for an example showing how to make the patch. |
72 | 72 | ||
73 | .. _migration-1.7-binary-configuration-scripts-disabled: | 73 | .. _migration-1.7-binary-configuration-scripts-disabled: |