kumquat-buildroot/package/libtraceevent/libtraceevent.mk
Giulio Benetti 0ca23b84e5 package/libtraceevent: bump to version 1.8.2
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-01-10 23:04:09 +01:00

18 lines
518 B
Makefile

################################################################################
#
# libtraceevent
#
################################################################################
LIBTRACEEVENT_VERSION = 1.8.2
LIBTRACEEVENT_SITE = https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot
LIBTRACEEVENT_LICENSE = GPL-2.0, LGPL-2.1
LIBTRACEEVENT_LICENSE_FILES = LICENSES/GPL-2.0 LICENSES/LGPL-2.1
LIBTRACEEVENT_INSTALL_STAGING = YES
LIBTRACEEVENT_CONF_OPTS = \
-Ddoc=false
$(eval $(meson-package))