diff options
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb | 2 |
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 | ||
48 | CACHED_CONFIGUREVARS = "PGREP=/usr/bin/pgrep" | 48 | CACHED_CONFIGUREVARS = "PGREP=/usr/bin/pgrep" |
49 | 49 | ||
50 | EXTRA_OECONF += "--disable-libtool-linkdep-fixup" | ||
51 | |||
50 | SYSTEMD_SERVICE:${PN} = "lttng-sessiond.service" | 52 | SYSTEMD_SERVICE:${PN} = "lttng-sessiond.service" |
51 | SYSTEMD_AUTO_ENABLE = "disable" | 53 | SYSTEMD_AUTO_ENABLE = "disable" |
52 | 54 | ||