]> code.ossystems Code Review - openembedded-core.git/commitdiff
libubootenv: upgrade 0.3 -> 0.3.1
authorPierre-Jean Texier <pjtexier@koncepto.io>
Sat, 12 Sep 2020 13:37:08 +0000 (15:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Sep 2020 15:23:38 +0000 (16:23 +0100)
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

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb [moved from meta/recipes-bsp/u-boot/libubootenv_0.3.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-bsp/u-boot/libubootenv_0.3.bb
rename to meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb
index 07711484aca08381f96af6fdaeacdbefc37de79c..613e3161fb9bfcce8ae7a4e833a016b86cace699 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b36
 SECTION = "libs"
 
 SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
-SRCREV = "ad253cfdb07c8492f2ee46a52fbc607ad0b96414"
+SRCREV = "824551ac77bab1d0f7ae34d7a7c77b155240e754"
 
 S = "${WORKDIR}/git"