summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-15 12:27:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-16 18:05:40 +0000
commit406ea737f1ce5bb5fed46c8cbeb5c7c13bf3b8ad (patch)
tree286ef57ed9574b8fbb05da4aa39873390f3a9c21 /meta/recipes-kernel
parent81b5154aafc1fd941003fa066f4957d3e27a6b34 (diff)
downloadpoky-406ea737f1ce5bb5fed46c8cbeb5c7c13bf3b8ad.tar.gz
lttng-tools: Upgrade 2.9.5 -> 2.10.2
The kmod option was changed in configure so PACAGECONFIG is tweaked accordingly. (From OE-Core rev: de1bc2b80cf1a75822d0dde521073a890d2f1d22) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb (renamed from meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb
index 6e92c22bec..e8d041d1c6 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb
@@ -22,7 +22,7 @@ PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
22PACKAGECONFIG ??= "lttng-ust" 22PACKAGECONFIG ??= "lttng-ust"
23PACKAGECONFIG[python] = "--enable-python-bindings ${PYTHON_OPTION},,python3 swig-native" 23PACKAGECONFIG[python] = "--enable-python-bindings ${PYTHON_OPTION},,python3 swig-native"
24PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust" 24PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust"
25PACKAGECONFIG[kmod] = "--enable-kmod, --disable-kmod, kmod" 25PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
26PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" 26PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
27PACKAGECONFIG_remove_libc-musl = "lttng-ust" 27PACKAGECONFIG_remove_libc-musl = "lttng-ust"
28 28
@@ -31,8 +31,8 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
31 file://run-ptest \ 31 file://run-ptest \
32 " 32 "
33 33
34SRC_URI[md5sum] = "051224eb991aee07f8721ff1877d0b96" 34SRC_URI[md5sum] = "f4037d20c0a905cfb89770bccb2dc3c0"
35SRC_URI[sha256sum] = "77839eb6fc6c652125f08acfd9369701c2516eb05cc2084160e7efc7a3fb731c" 35SRC_URI[sha256sum] = "b3038ff9ba46c3e4d3d228def733c15952d15d23fcb1151a580f31c4276c9a9f"
36 36
37inherit autotools ptest pkgconfig useradd python3-dir manpages 37inherit autotools ptest pkgconfig useradd python3-dir manpages
38 38