]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libubootenv: upgrade 0.3.3 -> 0.3.4
authorStefano Babic <sbabic@denx.de>
Mon, 5 Jun 2023 07:53:25 +0000 (09:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Jun 2023 21:06:45 +0000 (22:06 +0100)
Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb [moved from meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb
rename to meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb
index 55f91b6f05b97f87c174fa52654897113bfc88dc..ac1e03b8e97a58b3a973b1b2895e85d430d70010 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951
 SECTION = "libs"
 
 SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master"
-SRCREV = "108100622160bb0c7ef4b6186230fe1f26402791"
+SRCREV = "4dfb5254fc0540a36e87914bc14644c047ea7678"
 
 S = "${WORKDIR}/git"
 
@@ -19,7 +19,7 @@ inherit cmake lib_package
 
 EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
 
-DEPENDS = "zlib"
+DEPENDS = "zlib libyaml"
 PROVIDES += "u-boot-fw-utils"
 RPROVIDES:${PN}-bin += "u-boot-fw-utils"