summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2023-06-05 09:53:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-13 22:06:45 +0100
commit91fb4cc0566b2f6909264d32f9da66231993c03c (patch)
tree8df03f7bd6df1edf7963c41262c7401ad3f63962 /meta/recipes-bsp/u-boot
parent0bdd56bd556a181548318c332db8205647336093 (diff)
downloadopenembedded-core-91fb4cc0566b2f6909264d32f9da66231993c03c.tar.gz
libubootenv: upgrade 0.3.3 -> 0.3.4
Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb (renamed from meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb
index 55f91b6f05..ac1e03b8e9 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb
@@ -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"