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

Needed for bluez5_utils bump to 5.58:
http://www.bluez.org/release-of-bluez-5-58-and-5-57/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-04-05 11:00:14 +02:00

28 lines
711 B
Makefile

################################################################################
#
# ell
#
################################################################################
ELL_VERSION = 0.39
ELL_SITE = https://git.kernel.org/pub/scm/libs/ell/ell.git
ELL_SITE_METHOD = git
ELL_LICENSE = LGPL-2.1+
ELL_LICENSE_FILES = COPYING
ELL_INSTALL_STAGING = YES
# sources from git, no configure script provided
ELL_AUTORECONF = YES
# autoreconf requires an existing build-aux directory
define ELL_MKDIR_BUILD_AUX
mkdir -p $(@D)/build-aux
endef
ELL_POST_PATCH_HOOKS += ELL_MKDIR_BUILD_AUX
ELL_DEPENDENCIES = host-pkgconf
# disable ell/glib main loop example
ELL_CONF_OPTS = --disable-glib
$(eval $(autotools-package))