summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-06-25 21:07:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-28 08:36:00 +0100
commit1db853620440833aa92ac902bb32ce8183709a46 (patch)
tree84dc478de8399ba1bb7c1d82d9d6cfd5f2c1ce25 /meta/recipes-bsp
parent157e44bdbaa3d5c87fc2a1dcf65d7745216b76f4 (diff)
downloadpoky-1db853620440833aa92ac902bb32ce8183709a46.tar.gz
libubootenv: bump to revision 86bd30a
This includes the following changes: 86bd30a Restore ability to feed script file via stdin, using `-s -`. c91dcca ubi, write: fix invalid envsize ptr to UBI_IOCVOLUP (From OE-Core rev: cb961b737cc3ae36ca27867248d6077e8fbcf534) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-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 ea29b668e8..3820ba262e 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
@@ -12,7 +12,7 @@ SECTION = "libs"
12 12
13PV = "0.2+git${SRCPV}" 13PV = "0.2+git${SRCPV}"
14SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" 14SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
15SRCREV = "f4b9cde3815abe84a98079cedd515283ea08c16b" 15SRCREV = "86bd30a14e153a18f670b25708795253d8736f0f"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18