diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-06-25 21:07:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:00 +0100 |
commit | 1db853620440833aa92ac902bb32ce8183709a46 (patch) | |
tree | 84dc478de8399ba1bb7c1d82d9d6cfd5f2c1ce25 /meta/recipes-bsp | |
parent | 157e44bdbaa3d5c87fc2a1dcf65d7745216b76f4 (diff) | |
download | poky-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.bb | 2 |
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 | ||
13 | PV = "0.2+git${SRCPV}" | 13 | PV = "0.2+git${SRCPV}" |
14 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" | 14 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" |
15 | SRCREV = "f4b9cde3815abe84a98079cedd515283ea08c16b" | 15 | SRCREV = "86bd30a14e153a18f670b25708795253d8736f0f" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||