kumquat-buildroot/package/ell/ell.mk
Bernd Kuhls b5bab43e13 package/ell: bump version to 0.41
Changelog:
https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog

Needed for bluez5_utils bump to version 5.59.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-18 23:27:56 +02:00

20 lines
488 B
Makefile

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