diff mbox series

[V2] libubootenv: upgrade 0.3.3 -> 0.3.4

Message ID 20230605075325.273171-1-sbabic@denx.de
State Accepted, archived
Commit 91fb4cc0566b2f6909264d32f9da66231993c03c
Headers show
Series [V2] libubootenv: upgrade 0.3.3 -> 0.3.4 | expand

Commit Message

Stefano Babic June 5, 2023, 7:53 a.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---

Changes since V1:
  - added missing dependency to libyaml

 .../u-boot/{libubootenv_0.3.3.bb => libubootenv_0.3.4.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-bsp/u-boot/{libubootenv_0.3.3.bb => libubootenv_0.3.4.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.3.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb
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 55f91b6f05b..ac1e03b8e97 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"