• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/lttng-tools/lttng-tools.mk
Vicente Olivert RieraVicente Olivert Riera committed 2248fa6a5a911 Jan 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# lttng-tools
4
#
5
################################################################################
6
​
7
LTTNG_TOOLS_VERSION = 2.9.3
8
LTTNG_TOOLS_SITE = http://lttng.org/files/lttng-tools
9
LTTNG_TOOLS_SOURCE = lttng-tools-$(LTTNG_TOOLS_VERSION).tar.bz2
10
LTTNG_TOOLS_LICENSE = GPLv2+, LGPLv2.1+ (include/lttng/*, src/lib/lttng-ctl/*)
11
LTTNG_TOOLS_LICENSE_FILES = gpl-2.0.txt lgpl-2.1.txt LICENSE
12
LTTNG_TOOLS_CONF_OPTS += --disable-man-pages
13
​
14
LTTNG_TOOLS_DEPENDENCIES = liburcu libxml2 popt util-linux
15
​
16
ifeq ($(BR2_PACKAGE_LTTNG_LIBUST),y)
17
LTTNG_TOOLS_CONF_OPTS += --with-lttng-ust
18
LTTNG_TOOLS_DEPENDENCIES += lttng-libust
19
else
20
LTTNG_TOOLS_CONF_OPTS += --without-lttng-ust
21
endif
22
​
23
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.