diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb (renamed from meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb b/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb index fd5abbb113..93626dd4b5 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb | |||
@@ -22,7 +22,7 @@ PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \ | |||
22 | PACKAGECONFIG ??= "lttng-ust" | 22 | PACKAGECONFIG ??= "lttng-ust" |
23 | PACKAGECONFIG[python] = "--enable-python-bindings ${PYTHON_OPTION},,python3 swig-native" | 23 | PACKAGECONFIG[python] = "--enable-python-bindings ${PYTHON_OPTION},,python3 swig-native" |
24 | PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust" | 24 | PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust" |
25 | PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod" | 25 | PACKAGECONFIG[kmod] = "--enable-kmod, --disable-kmod, kmod" |
26 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" | 26 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" |
27 | PACKAGECONFIG_remove_libc-musl = "lttng-ust" | 27 | PACKAGECONFIG_remove_libc-musl = "lttng-ust" |
28 | PACKAGECONFIG_remove_riscv64 = "lttng-ust" | 28 | PACKAGECONFIG_remove_riscv64 = "lttng-ust" |
@@ -32,8 +32,8 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ | |||
32 | file://run-ptest \ | 32 | file://run-ptest \ |
33 | " | 33 | " |
34 | 34 | ||
35 | SRC_URI[md5sum] = "f4037d20c0a905cfb89770bccb2dc3c0" | 35 | SRC_URI[md5sum] = "051224eb991aee07f8721ff1877d0b96" |
36 | SRC_URI[sha256sum] = "b3038ff9ba46c3e4d3d228def733c15952d15d23fcb1151a580f31c4276c9a9f" | 36 | SRC_URI[sha256sum] = "77839eb6fc6c652125f08acfd9369701c2516eb05cc2084160e7efc7a3fb731c" |
37 | 37 | ||
38 | inherit autotools ptest pkgconfig useradd python3-dir manpages | 38 | inherit autotools ptest pkgconfig useradd python3-dir manpages |
39 | 39 | ||