mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Release notes: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/tag/?h=libtracefs-1.8.3 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
21 lines
604 B
Makefile
21 lines
604 B
Makefile
################################################################################
|
|
#
|
|
# libtracefs
|
|
#
|
|
################################################################################
|
|
|
|
LIBTRACEFS_VERSION = 1.8.3
|
|
LIBTRACEFS_SITE = https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot
|
|
LIBTRACEFS_INSTALL_STAGING = YES
|
|
LIBTRACEFS_LICENSE = GPL-2.0, LGPL-2.1
|
|
LIBTRACEFS_LICENSE_FILES = LICENSES/GPL-2.0 LICENSES/LGPL-2.1
|
|
|
|
LIBTRACEFS_DEPENDENCIES = host-bison host-flex host-pkgconf libtraceevent
|
|
|
|
LIBTRACEFS_CONF_OPTS = \
|
|
-Ddoc=false \
|
|
-Dsamples=false \
|
|
-Dutest=false
|
|
|
|
$(eval $(meson-package))
|