d206c4279b
- Changelog (since 0.43, from [1]): ver 0.44: Fix issue with allowing zero byte input for AEAD cipher. Fix issue with filling in DNS info in DHCP lease objects. Add support neighbor discovery utility helpers. [1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
20 lines
488 B
Makefile
20 lines
488 B
Makefile
################################################################################
|
|
#
|
|
# ell
|
|
#
|
|
################################################################################
|
|
|
|
ELL_VERSION = 0.44
|
|
ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
|
|
ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
|
|
ELL_LICENSE = LGPL-2.1+
|
|
ELL_LICENSE_FILES = COPYING
|
|
ELL_INSTALL_STAGING = YES
|
|
|
|
ELL_DEPENDENCIES = host-pkgconf
|
|
|
|
# disable ell/glib main loop example
|
|
ELL_CONF_OPTS = --disable-glib
|
|
|
|
$(eval $(autotools-package))
|