mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
libubootenv: upgrade 0.3.3 -> 0.3.4
(From OE-Core rev: 91fb4cc0566b2f6909264d32f9da66231993c03c) Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aa089c8e9f
commit
9048ceef99
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user