diff mbox series

doc: fix typo (libuboot -> libubootenv)

Message ID 1556051189-25980-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series doc: fix typo (libuboot -> libubootenv) | expand

Commit Message

'Darko Komljenovic' via swupdate April 23, 2019, 8:26 p.m. UTC
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 doc/source/building-with-yocto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic April 24, 2019, 9:32 a.m. UTC | #1
On 23/04/19 22:26, 'Pierre-Jean Texier' via swupdate wrote:
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  doc/source/building-with-yocto.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
> index 0171bfb..c7b2171 100644
> --- a/doc/source/building-with-yocto.rst
> +++ b/doc/source/building-with-yocto.rst
> @@ -59,7 +59,7 @@ A strict match with the bootloader is not required anymore. The meta-swupdate la
>  contains recipes to build the new library (`libubootenv`) and adjust SWUpdate to be linked
>  against it. To use it as replacement for u-boot-fw-utils:
>  
> -        - set PREFERRED_PROVIDER_u-boot-fw-utils = "libuboot"
> +        - set PREFERRED_PROVIDER_u-boot-fw-utils = "libubootenv"
>          - add to SWUpdate config:
>  
>  ::
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
index 0171bfb..c7b2171 100644
--- a/doc/source/building-with-yocto.rst
+++ b/doc/source/building-with-yocto.rst
@@ -59,7 +59,7 @@  A strict match with the bootloader is not required anymore. The meta-swupdate la
 contains recipes to build the new library (`libubootenv`) and adjust SWUpdate to be linked
 against it. To use it as replacement for u-boot-fw-utils:
 
-        - set PREFERRED_PROVIDER_u-boot-fw-utils = "libuboot"
+        - set PREFERRED_PROVIDER_u-boot-fw-utils = "libubootenv"
         - add to SWUpdate config:
 
 ::