Files
rpi-buildroot/package/libtraceevent/libtraceevent.mk
Giulio Benetti 54c88416e8 package/libtraceevent: bump to version 1.8.4
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-10-24 21:28:20 +02:00

18 lines
518 B
Makefile

################################################################################
#
# libtraceevent
#
################################################################################
LIBTRACEEVENT_VERSION = 1.8.4
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))