summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2020-04-07 20:05:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-07 21:57:16 +0100
commitfc4d55008edb667ae55c2111fe86a98b8926900f (patch)
tree3457a3bbf2f7009b622ceda43cbb29c43cea2a09
parenteba83a98eb7b77a1e006c079ff8b57c55b1fb785 (diff)
downloadpoky-fc4d55008edb667ae55c2111fe86a98b8926900f.tar.gz
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>
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.2.bb2
1 files changed, 1 insertions, 1 deletions
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"
13 13
14PV = "0.2+git${SRCPV}" 14PV = "0.2+git${SRCPV}"
15SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" 15SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
16SRCREV = "ba952d05ec9ab16029816a06d956bac7fb4e9832" 16SRCREV = "f4b9cde3815abe84a98079cedd515283ea08c16b"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19