Skip to content

Commit 9911730

Browse files
yann-morin-1998tpetazzoni
authored andcommitted
package/lttng-tools: fix typo in variable name
It's lttng-tools, not lttng-libust. ;-) Fixes numerous build failures caused by a late autoreconf: http://autobuild.buildroot.org/results/b84/b84a6e39fcca70c56bfe49d54c385dfe6da82422/ etc... Signed-off-by: "Yann E. MORIN" <[email protected]> Cc: Philippe Proulx <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
1 parent 980b160 commit 9911730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/lttng-tools/lttng-tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LTTNG_TOOLS_LICENSE = GPL-2.0+, LGPL-2.1+ (include/lttng/*, src/lib/lttng-ctl/*)
1111
LTTNG_TOOLS_LICENSE_FILES = gpl-2.0.txt lgpl-2.1.txt LICENSE
1212
LTTNG_TOOLS_CONF_OPTS += --disable-man-pages
1313
# 0001-Fix-detect-dlmopen-and-disable-corresponding-tests-i.patch
14-
LTTNG_LIBUST_AUTORECONF = YES
14+
LTTNG_TOOLS_AUTORECONF = YES
1515
LTTNG_TOOLS_DEPENDENCIES = liburcu libxml2 popt util-linux
1616

1717
ifeq ($(BR2_PACKAGE_LTTNG_LIBUST),y)

0 commit comments

Comments
 (0)