diff mbox series

migration-guide: 5.1: Remove duplicated typo

Message ID 20260624094747.3447103-1-jaekyu.lee@lge.com
State New
Headers show
Series migration-guide: 5.1: Remove duplicated typo | expand

Commit Message

Jaekyu Lee June 24, 2026, 9:47 a.m. UTC
From: "jaekyu.lee" <jaekyu.lee@lge.com>

- Remove duplicated typo, do_compile

Signed-off-by: jaekyu.lee <jaekyu.lee@lge.com>
---
 documentation/migration-guides/migration-5.1.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Quentin Schulz June 24, 2026, 9:50 a.m. UTC | #1
Hi jaekyu.lee, Antonin,

On 6/24/26 11:47 AM, Jaekyu Lee via lists.yoctoproject.org wrote:
> [You don't often get email from jaekyu.lee=lge.com@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> From: "jaekyu.lee" <jaekyu.lee@lge.com>
> 
> - Remove duplicated typo, do_compile
> 
> Signed-off-by: jaekyu.lee <jaekyu.lee@lge.com>
> ---
>   documentation/migration-guides/migration-5.1.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst
> index 94b527bdc..f1c953c7e 100644
> --- a/documentation/migration-guides/migration-5.1.rst
> +++ b/documentation/migration-guides/migration-5.1.rst
> @@ -23,8 +23,8 @@ supported, and an error will be issued. The recipe should be changed to::
>       S = "${UNPACKDIR}"
> 
>   Any :term:`WORKDIR` references where files from :term:`SRC_URI` are referenced
> -should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-compile`,
> -:ref:`ref-tasks-compile`, :ref:`ref-tasks-install` and :term:`LIC_FILES_CHKSUM`.
> +should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-compile`,
> +:ref:`ref-tasks-install` and :term:`LIC_FILES_CHKSUM`.
> 

Asking the same question since it was ignored on v1 such that Antonin is 
aware of it. I am wondering whether we didn't rather mean configure, 
compile and install tasks instead of the compile task being duplicated.

Cheers,
Quentin
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst
index 94b527bdc..f1c953c7e 100644
--- a/documentation/migration-guides/migration-5.1.rst
+++ b/documentation/migration-guides/migration-5.1.rst
@@ -23,8 +23,8 @@  supported, and an error will be issued. The recipe should be changed to::
     S = "${UNPACKDIR}"
 
 Any :term:`WORKDIR` references where files from :term:`SRC_URI` are referenced
-should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-compile`,
-:ref:`ref-tasks-compile`, :ref:`ref-tasks-install` and :term:`LIC_FILES_CHKSUM`.
+should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-compile`, 
+:ref:`ref-tasks-install` and :term:`LIC_FILES_CHKSUM`.
 
 :term:`WORKDIR` references in recipes
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^