kumquat-buildroot/package/libubootenv/libubootenv.mk
Pierre-Jean Texier 11c87edde2 package/libubootenv: bump to version ba952d0
This includes the following changes:

ba952d0 BUG: variable lists not released in close()
690f868 Variables are not removed when loading from file
9e3586a Make sure there's no file descriptor leakage in case of error
03647c4 Check config file defines a non-zero Sector size
3b2d4f1 Check environment size from fw_env.config

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-02-19 00:41:47 +01:00

15 lines
493 B
Makefile

################################################################################
#
# libubootenv
#
################################################################################
LIBUBOOTENV_VERSION = ba952d05ec9ab16029816a06d956bac7fb4e9832
LIBUBOOTENV_SITE = $(call github,sbabic,libubootenv,$(LIBUBOOTENV_VERSION))
LIBUBOOTENV_LICENSE = LGPL-2.1
LIBUBOOTENV_LICENSE_FILES = Licenses/lgpl-2.1.txt
LIBUBOOTENV_INSTALL_STAGING = YES
LIBUBOOTENV_DEPENDENCIES = zlib
$(eval $(cmake-package))