diff mbox series

[meta-swupdate] libubootenv: bump git SRCREV

Message ID 1560257967-14279-1-git-send-email-pjtexier@koncepto.io
State Superseded
Headers show
Series [meta-swupdate] libubootenv: bump git SRCREV | expand

Commit Message

'Darko Komljenovic' via swupdate June 11, 2019, 12:59 p.m. UTC
This includes the following changes:

a0ec01c doc: add Buildroot support
5af2a3b uboot_env: fix comment typo
43d6707 uboot_env: remove <pthread.h> header file
6d2abc6 flags are not parsed when environment is loaded
728f047 uboot_env: fix compilation for glibc version >= 2.28
539796c uboot_env: fix build with musl libc
8c07bf0 License: add license file

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 recipes-bsp/libubootenv/libubootenv_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-bsp/libubootenv/libubootenv_git.bb b/recipes-bsp/libubootenv/libubootenv_git.bb
index d5baa14..19da48e 100644
--- a/recipes-bsp/libubootenv/libubootenv_git.bb
+++ b/recipes-bsp/libubootenv/libubootenv_git.bb
@@ -1,5 +1,5 @@ 
 require libubootenv.inc
-SRCREV = "edb580a42e46f76543edd0d6fd603881c6294eca"
+SRCREV = "a0ec01c332a708a9631d55c457290d0ee4b0d849"
 PV_append = "+git${SRCPV}"
 
 DEFAULT_PREFERENCE = "-1"