summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb2
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-ust_2.1.0.bb (renamed from meta/recipes-kernel/lttng-2.0/lttng2-ust_2.1.0.bb)5
2 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb
index 482b9a673f..16e1ccc7c7 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \
9 file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 9 file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca" 10 file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca"
11 11
12DEPENDS = "liburcu popt lttng2-ust" 12DEPENDS = "liburcu popt lttng-ust"
13 13
14SRCREV = "917f768512b5d336d553b801f6c5308d90252a89" 14SRCREV = "917f768512b5d336d553b801f6c5308d90252a89"
15PV = "v2.1.0" 15PV = "v2.1.0"
diff --git a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.1.0.bb b/meta/recipes-kernel/lttng-2.0/lttng-ust_2.1.0.bb
index 439e0063cf..1076bde574 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.1.0.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng-ust_2.1.0.bb
@@ -12,6 +12,11 @@ inherit autotools
12 12
13DEPENDS = "liburcu util-linux" 13DEPENDS = "liburcu util-linux"
14 14
15# For backwards compatibility after rename
16RPROVIDES_${PN} = "lttng2-ust"
17RREPLACES_${PN} = "lttng2-ust"
18RCONFLICTS_${PN} = "lttng2-ust"
19
15SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19" 20SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19"
16PV = "2.1.0" 21PV = "2.1.0"
17PR = "r0" 22PR = "r0"