diff mbox series

[meta-swupdate,v2,04/12] libubootenv: bump git srcrev

Message ID 20191024185635.31754-5-adrian.freihofer@siemens.com
State Accepted
Headers show
Series simplify swupdate config | expand

Commit Message

Freihofer, Adrian Oct. 24, 2019, 6:56 p.m. UTC
This includes the following changes:

9294981 handle protected mmcblk_boot_ devices
ac6d18a add missing includes
8106b65 add .editorconfig file
3286c57 CMakeLists: fix build with old compilers
4d05047 Merge pull request #3 from lamby/reproducible-build
d63e76f Make the build reproducible

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 recipes-bsp/libubootenv/libubootenv_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Oct. 28, 2019, 2:21 p.m. UTC | #1
On 24/10/19 20:56, Adrian Freihofer wrote:
> This includes the following changes:
> 
> 9294981 handle protected mmcblk_boot_ devices
> ac6d18a add missing includes
> 8106b65 add .editorconfig file
> 3286c57 CMakeLists: fix build with old compilers
> 4d05047 Merge pull request #3 from lamby/reproducible-build
> d63e76f Make the build reproducible
> 
> Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
> ---
>  recipes-bsp/libubootenv/libubootenv_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-bsp/libubootenv/libubootenv_git.bb b/recipes-bsp/libubootenv/libubootenv_git.bb
> index 3c9388f..5dba3c3 100644
> --- a/recipes-bsp/libubootenv/libubootenv_git.bb
> +++ b/recipes-bsp/libubootenv/libubootenv_git.bb
> @@ -1,5 +1,5 @@
>  require libubootenv.inc
> -SRCREV = "9e121d41113dc0313452b2c00627097c46802c10"
> +SRCREV = "92949816720d7af2ac722016e7a5b9a85ff141bc"
>  PV_append = "+git${SRCPV}"
>  
>  DEFAULT_PREFERENCE = "-1"
> 

Acked-by : Stefano Babic <sbabic@denx.de>

I will merge this into -master.

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/recipes-bsp/libubootenv/libubootenv_git.bb b/recipes-bsp/libubootenv/libubootenv_git.bb
index 3c9388f..5dba3c3 100644
--- a/recipes-bsp/libubootenv/libubootenv_git.bb
+++ b/recipes-bsp/libubootenv/libubootenv_git.bb
@@ -1,5 +1,5 @@ 
 require libubootenv.inc
-SRCREV = "9e121d41113dc0313452b2c00627097c46802c10"
+SRCREV = "92949816720d7af2ac722016e7a5b9a85ff141bc"
 PV_append = "+git${SRCPV}"
 
 DEFAULT_PREFERENCE = "-1"