[oe-commits] [openembedded-core] 25/25: libubootenv: bump to revision ba952d0

git at git.openembedded.org git at git.openembedded.org
Wed Feb 19 22:16:01 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9e3dcd6aa1d1ce291eea2fe02f1c5df1844d9343
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Wed Feb 19 22:37:12 2020 +0100

    libubootenv: bump to revision ba952d0
    
    This includes following changes:
    
    ba952d0 BUG: variable lists not released in close()
    690f868 Variables are not removed when loading from file
    9e3586a Make sure there's no file descriptor leakage in case of error
    03647c4 Check config file defines a non-zero Sector size
    3b2d4f1 Check environment size from fw_env.config
    
    Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
    Acked-by: Stefano Babic <sbabic at denx.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
index f5b6059..7a7ec4c 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
@@ -11,8 +11,9 @@ LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c"
 SECTION = "libs"
 
+PV = "0.2+git${SRCPV}"
 SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
-SRCREV = "879c0731fa0725785b9fa4499bbf6aacd04ee4c2"
+SRCREV = "ba952d05ec9ab16029816a06d956bac7fb4e9832"
 
 S = "${WORKDIR}/git"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list