summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-12-12 16:36:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-28 23:25:42 +0000
commit588730900619ff3752cca5d24b9f72249d7680bc (patch)
tree22bd0f1c9180ef4c8dcd3630e618eb323689f745 /meta/recipes-kernel/lttng
parentd539ca360ebcc303da692e85a6544959322850f9 (diff)
downloadpoky-588730900619ff3752cca5d24b9f72249d7680bc.tar.gz
lttng-ust: update to 2.11.0
Remove patch as issue addressed upstream. (From OE-Core rev: 0d35cf40fd0e80513036a1d741a744f40a399bc0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch17
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.11.0.bb (renamed from meta/recipes-kernel/lttng/lttng-ust_2.10.5.bb)9
2 files changed, 5 insertions, 21 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch b/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
deleted file mode 100644
index bff852799d..0000000000
--- a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Upstream-Status: Inappropriate [embedded specific]
2
3Don't build the doc examples - we don't need them and in fact they
4never successfully built in previous iterations of the lttng-ust
5recipe anyway.
6
7Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
8
9Index: lttng-ust-2.9.1/doc/Makefile.am
10===================================================================
11--- lttng-ust-2.9.1.orig/doc/Makefile.am
12+++ lttng-ust-2.9.1/doc/Makefile.am
13@@ -1,3 +1,3 @@
14-SUBDIRS = . man examples
15+SUBDIRS = . man
16
17 dist_doc_DATA = java-agent.txt
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.10.5.bb b/meta/recipes-kernel/lttng/lttng-ust_2.11.0.bb
index cfaad30b69..6d7c05e65e 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.10.5.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.11.0.bb
@@ -15,6 +15,8 @@ PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
15 15
16inherit autotools lib_package manpages python3native 16inherit autotools lib_package manpages python3native
17 17
18EXTRA_OECONF = "--disable-numa"
19
18DEPENDS = "liburcu util-linux" 20DEPENDS = "liburcu util-linux"
19RDEPENDS_${PN}-bin = "python3-core" 21RDEPENDS_${PN}-bin = "python3-core"
20 22
@@ -26,12 +28,11 @@ RCONFLICTS_${PN} = "lttng2-ust"
26PE = "2" 28PE = "2"
27 29
28SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \ 30SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \
29 file://lttng-ust-doc-examples-disable.patch \
30 file://0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch \ 31 file://0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch \
31 " 32 "
32 33
33SRC_URI[md5sum] = "f0c86a9fa7dcfd0205fb42584a310b1c" 34SRC_URI[md5sum] = "99823cfeb76562d753ffe67880e9cc59"
34SRC_URI[sha256sum] = "06f9ed9b2198855b1c7fcbf15fe57297ee259409ffa1b3bad87321412d98bc35" 35SRC_URI[sha256sum] = "683280cfe5e12021e64c32cef9eeb0128f1f23dec32ba28adb5a2074be37c4d8"
35 36
36CVE_PRODUCT = "ust" 37CVE_PRODUCT = "ust"
37 38