]> code.ossystems Code Review - openembedded-core.git/commitdiff
libubootenv: update to latest git hash
authorMax Krummenacher <max.oss.09@gmail.com>
Tue, 7 Apr 2020 18:05:01 +0000 (20:05 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Apr 2020 20:57:11 +0000 (21:57 +0100)
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

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/libubootenv_0.2.bb

index 7a7ec4c885670919ef65450c5e49e098626deb9a..3251d0f05be8a20327faa7ac41576f8fbf9b8751 100644 (file)
@@ -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"