1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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

(From OE-Core rev: 174cd0d15fb8879a28b9a069a2e504617c0be1a7)

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Acked-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Pierre-Jean Texier
2020-02-19 22:37:12 +01:00
committed by Richard Purdie
parent 66830fa182
commit ba6501359b
+2 -1
View File
@@ -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"