openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] libubootenv: upgrade 0.3.3 -> 0.3.4
@ 2023-06-05  7:53 Stefano Babic
  0 siblings, 0 replies; only message in thread
From: Stefano Babic @ 2023-06-05  7:53 UTC (permalink / raw)
  To: openembedded-core; +Cc: Stefano Babic

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 --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"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-05  7:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05  7:53 [PATCH V2] libubootenv: upgrade 0.3.3 -> 0.3.4 Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).