summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-09-12 15:37:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-14 00:14:28 +0100
commite7e3bdbbd755668723c50e0b291fdf8c8ab86a5c (patch)
tree9297249d3aa07a8b9225833126fcfabadafc6ac9 /meta
parent5823ecbac1eb60b484ef4e8679c9f32cfe50d7fe (diff)
downloadpoky-e7e3bdbbd755668723c50e0b291fdf8c8ab86a5c.tar.gz
libubootenv: upgrade 0.3 -> 0.3.1
This is a bugfix release which includes the following changes: 824551a Prepare 0.3.1 ca6aaa1 Fix file reading/writing when the environment is in EEPROM a031dea Fix regression in UBI volume support c91c150 Define SOVERSION to indicate API version (From OE-Core rev: 447eb941ef43cd5af19aed650fb7da718cedda61) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb (renamed from meta/recipes-bsp/u-boot/libubootenv_0.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb
index 07711484ac..613e3161fb 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.3.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b36
11SECTION = "libs" 11SECTION = "libs"
12 12
13SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" 13SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
14SRCREV = "ad253cfdb07c8492f2ee46a52fbc607ad0b96414" 14SRCREV = "824551ac77bab1d0f7ae34d7a7c77b155240e754"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17