kumquat-buildroot/package/ell/ell.mk
Peter Seiderer ab4e346c52 package/ell: bump version to 0.45
- Changelog (since 0.44, from [1]):

  ver 0.45:
    Fix issue with ICMPv6 and handling re-entrantly callbacks.

[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: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-11-14 15:10:15 +01:00

20 lines
488 B
Makefile

################################################################################
#
# ell
#
################################################################################
ELL_VERSION = 0.45
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))