mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 02:20:12 +00:00
libubootenv: update to latest git hash
This adds the missing feature 'negative offsets' which was present in the orginal U-Boot based tools. git change log: * f4b9cde Allow negative offsets * 45bf92a Detect sector size if not found in config * 9f59db6 uboot_env: remove unused variables * 65d243e README: libubootenv is now in oe-core (From OE-Core rev: 72006a6034385d345ed273bcef3f465df8bb332a) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eba83a98eb
commit
fc4d55008e
@@ -13,7 +13,7 @@ SECTION = "libs"
|
||||
|
||||
PV = "0.2+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
|
||||
SRCREV = "ba952d05ec9ab16029816a06d956bac7fb4e9832"
|
||||
SRCREV = "f4b9cde3815abe84a98079cedd515283ea08c16b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user