summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2021-05-03 13:33:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-04 22:48:16 +0100
commit148ada9b35e9d4c5f512e05005f2083103288194 (patch)
treec36735f7a8184b7b277545686162f2dfd4dc925a /meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb
parentfc277ba0117ea27a53790654a90503d457209f53 (diff)
downloadpoky-148ada9b35e9d4c5f512e05005f2083103288194.tar.gz
libubootenv: upgrade 0.3.1 -> 0.3.2
This is a bugfix release which includes the following changes: f4ab25d shared library: Link against zlib e663439 Always fsync file writes 80b7f31 Treat '=' as an illegal character in variable names 950f541 libuboot_env: fix calculation of usable envsize fb88032 Correct initialisations in libuboot_configure 20d1ec7 Force writing of environment if default is used 5ca11bd libuboot_env: correct length to usable env size length cd4a8f1 libuboot_env_store: fix env double-null termination 9510164 uboot_env: fix infinite loop on short read (EOF) (From OE-Core rev: ed270bd146139a85935544bc0c6f35c3ecc27313) Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb')
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb
deleted file mode 100644
index 613e3161fb..0000000000
--- a/meta/recipes-bsp/u-boot/libubootenv_0.3.1.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1SUMMARY = "U-Boot libraries and tools to access environment"
2
3DESCRIPTION = "This package contains tools and libraries to read \
4and modify U-Boot environment. \
5It provides a hardware-independent replacement for fw_printenv/setenv utilities \
6provided by U-Boot"
7
8HOMEPAGE = "https://github.com/sbabic/libubootenv"
9LICENSE = "LGPL-2.1"
10LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c"
11SECTION = "libs"
12
13SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
14SRCREV = "824551ac77bab1d0f7ae34d7a7c77b155240e754"
15
16S = "${WORKDIR}/git"
17
18inherit uboot-config cmake lib_package
19
20EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
21
22DEPENDS = "zlib"
23PROVIDES += "u-boot-fw-utils"
24RPROVIDES_${PN}-bin += "u-boot-fw-utils"
25
26PACKAGE_ARCH = "${MACHINE_ARCH}"
27
28RRECOMMENDS_${PN}-bin_append_class-target = " u-boot-default-env"
29
30BBCLASSEXTEND = "native"