From 4ae3d8d86e50f5f0249faf24cdea4dc23588ef70 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 25 Oct 2024 13:39:14 +0800 Subject: libubootenv: upgrade 0.3.5 -> 0.3.6 (From OE-Core rev: 63395c91357a691fc65c96be2e4734166d5a5dc3) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb | 26 -------------------------- meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb create mode 100644 meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb deleted file mode 100644 index b68bbb430a..0000000000 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "U-Boot libraries and tools to access environment" - -DESCRIPTION = "This package contains tools and libraries to read \ -and modify U-Boot environment. \ -It provides a hardware-independent replacement for fw_printenv/setenv utilities \ -provided by U-Boot" - -HOMEPAGE = "https://github.com/sbabic/libubootenv" -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c" -SECTION = "libs" - -SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" -SRCREV = "3f4d15e36ceb58085b08dd13f3f2788e9299877b" - -S = "${WORKDIR}/git" - -inherit cmake lib_package - -EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" - -DEPENDS = "zlib libyaml" -PROVIDES += "u-boot-fw-utils" -RPROVIDES:${PN}-bin += "u-boot-fw-utils" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb new file mode 100644 index 0000000000..8c7a59ba96 --- /dev/null +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb @@ -0,0 +1,26 @@ +SUMMARY = "U-Boot libraries and tools to access environment" + +DESCRIPTION = "This package contains tools and libraries to read \ +and modify U-Boot environment. \ +It provides a hardware-independent replacement for fw_printenv/setenv utilities \ +provided by U-Boot" + +HOMEPAGE = "https://github.com/sbabic/libubootenv" +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c" +SECTION = "libs" + +SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" +SRCREV = "5507339628b5caf244e1ff9d58cb3fa534b16beb" + +S = "${WORKDIR}/git" + +inherit cmake lib_package + +EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" + +DEPENDS = "zlib libyaml" +PROVIDES += "u-boot-fw-utils" +RPROVIDES:${PN}-bin += "u-boot-fw-utils" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf