summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-25 13:39:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-29 11:19:57 +0000
commit4ae3d8d86e50f5f0249faf24cdea4dc23588ef70 (patch)
tree5194d158b914856e8a6d82f6d77548a185ccf57a
parent5b8c8a909d832c5ff9f78315f7659ce181482b0d (diff)
downloadpoky-4ae3d8d86e50f5f0249faf24cdea4dc23588ef70.tar.gz
libubootenv: upgrade 0.3.5 -> 0.3.6
(From OE-Core rev: 63395c91357a691fc65c96be2e4734166d5a5dc3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb (renamed from meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb
index b68bbb430a..8c7a59ba96 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951
11SECTION = "libs" 11SECTION = "libs"
12 12
13SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" 13SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master"
14SRCREV = "3f4d15e36ceb58085b08dd13f3f2788e9299877b" 14SRCREV = "5507339628b5caf244e1ff9d58cb3fa534b16beb"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17