mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Release notes: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/tag/?h=libtraceevent-1.8.7 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
518 B
Makefile
18 lines
518 B
Makefile
################################################################################
|
|
#
|
|
# libtraceevent
|
|
#
|
|
################################################################################
|
|
|
|
LIBTRACEEVENT_VERSION = 1.8.7
|
|
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))
|