From: Stefano Babic Date: Mon, 5 Jun 2023 07:53:25 +0000 (+0200) Subject: libubootenv: upgrade 0.3.3 -> 0.3.4 X-Git-Tag: uninative-4.1~506 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91fb4cc0566b2f6909264d32f9da66231993c03c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libubootenv: upgrade 0.3.3 -> 0.3.4 Signed-off-by: Stefano Babic Signed-off-by: Alexandre Belloni --- 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"