From fc4d55008edb667ae55c2111fe86a98b8926900f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 7 Apr 2020 20:05:01 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 2 +- 1 file changed, 1 insertion(+), 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 7a7ec4c885..3251d0f05b 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb @@ -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" -- cgit v1.2.3-54-g00ecf