From e7e3bdbbd755668723c50e0b291fdf8c8ab86a5c Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sat, 12 Sep 2020 15:37:08 +0200 Subject: libubootenv: upgrade 0.3 -> 0.3.1 This is a bugfix release which includes the following changes: 824551a Prepare 0.3.1 ca6aaa1 Fix file reading/writing when the environment is in EEPROM a031dea Fix regression in UBI volume support c91c150 Define SOVERSION to indicate API version (From OE-Core rev: 447eb941ef43cd5af19aed650fb7da718cedda61) Signed-off-by: Pierre-Jean Texier Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb | 30 ++++++++++++++++++++++++++++ meta/recipes-bsp/u-boot/libubootenv_0.3.bb | 30 ---------------------------- 2 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb delete mode 100644 meta/recipes-bsp/u-boot/libubootenv_0.3.bb (limited to 'meta') diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb new file mode 100644 index 0000000000..613e3161fb --- /dev/null +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb @@ -0,0 +1,30 @@ +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" +LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" +SECTION = "libs" + +SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" +SRCREV = "824551ac77bab1d0f7ae34d7a7c77b155240e754" + +S = "${WORKDIR}/git" + +inherit uboot-config cmake lib_package + +EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" + +DEPENDS = "zlib" +PROVIDES += "u-boot-fw-utils" +RPROVIDES_${PN}-bin += "u-boot-fw-utils" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +RRECOMMENDS_${PN}-bin_append_class-target = " u-boot-default-env" + +BBCLASSEXTEND = "native" diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.bb deleted file mode 100644 index 07711484ac..0000000000 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.bb +++ /dev/null @@ -1,30 +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" -LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" -SECTION = "libs" - -SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" -SRCREV = "ad253cfdb07c8492f2ee46a52fbc607ad0b96414" - -S = "${WORKDIR}/git" - -inherit uboot-config cmake lib_package - -EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" - -DEPENDS = "zlib" -PROVIDES += "u-boot-fw-utils" -RPROVIDES_${PN}-bin += "u-boot-fw-utils" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -RRECOMMENDS_${PN}-bin_append_class-target = " u-boot-default-env" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf