diff options
author | Stefano Babic <sbabic@denx.de> | 2023-06-05 09:53:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-13 22:10:32 +0100 |
commit | 9048ceef995ce0937ce81093d78cd8cca650884a (patch) | |
tree | e0c6093d2cb7c8852436bfdc9400af9c25463e5e /meta | |
parent | aa089c8e9fd53ccb5361bfa7dad228af1c0b4a9b (diff) | |
download | poky-9048ceef995ce0937ce81093d78cd8cca650884a.tar.gz |
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>
Diffstat (limited to 'meta')
-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 | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" |
14 | SRCREV = "108100622160bb0c7ef4b6186230fe1f26402791" | 14 | SRCREV = "4dfb5254fc0540a36e87914bc14644c047ea7678" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
@@ -19,7 +19,7 @@ inherit cmake lib_package | |||
19 | 19 | ||
20 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | 20 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" |
21 | 21 | ||
22 | DEPENDS = "zlib" | 22 | DEPENDS = "zlib libyaml" |
23 | PROVIDES += "u-boot-fw-utils" | 23 | PROVIDES += "u-boot-fw-utils" |
24 | RPROVIDES:${PN}-bin += "u-boot-fw-utils" | 24 | RPROVIDES:${PN}-bin += "u-boot-fw-utils" |
25 | 25 | ||