summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb
index 65d19b6e5f..98c2f9831b 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb
@@ -47,6 +47,8 @@ inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
47 47
48CACHED_CONFIGUREVARS = "PGREP=/usr/bin/pgrep" 48CACHED_CONFIGUREVARS = "PGREP=/usr/bin/pgrep"
49 49
50EXTRA_OECONF += "--disable-libtool-linkdep-fixup"
51
50SYSTEMD_SERVICE:${PN} = "lttng-sessiond.service" 52SYSTEMD_SERVICE:${PN} = "lttng-sessiond.service"
51SYSTEMD_AUTO_ENABLE = "disable" 53SYSTEMD_AUTO_ENABLE = "disable"
52 54