]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng2-ust: rename to lttng-ust
authorTom Zanussi <tom.zanussi@intel.com>
Fri, 11 Jan 2013 23:28:47 +0000 (17:28 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jan 2013 11:54:30 +0000 (11:54 +0000)
recipes-kernel/lttng/lttng-ust was removed by a previous patch, which
also removed the naming conflict that caused the lttng-2.0 version of
lttng-ust to be named lttng2-ust.  lttng2-ust was the only lttng-2.0
recipe to be named in this way and since that was entirely due to the
conflict, we can go back to the consistent naming for it.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb
meta/recipes-kernel/lttng-2.0/lttng-ust_2.1.0.bb [moved from meta/recipes-kernel/lttng-2.0/lttng2-ust_2.1.0.bb with 87% similarity]

index 591f33f99b69d5d1fee9b8d815a4ea8c40be11df..8f40c4e14a76625ff48077da7d0cddf7568c7613 100644 (file)
@@ -46,7 +46,7 @@ SYSTEMTAP_aarch64 = ""
 # which means we can not use syscall() to call it. So we ignore
 # it for x86_64/uclibc
 
-LTTNGUST = "lttng2-ust"
+LTTNGUST = "lttng-ust"
 LTTNGUST_libc-uclibc = ""
 LTTNGUST_mips = ""
 LTTNGUST_aarch64 = ""
index 482b9a673fa05eae9b1dc801fefff72913e708e2..16e1ccc7c72de75761fab805a9656a756f77097a 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \
                     file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca"
 
-DEPENDS = "liburcu popt lttng2-ust"
+DEPENDS = "liburcu popt lttng-ust"
 
 SRCREV = "917f768512b5d336d553b801f6c5308d90252a89"
 PV = "v2.1.0"
similarity index 87%
rename from meta/recipes-kernel/lttng-2.0/lttng2-ust_2.1.0.bb
rename to meta/recipes-kernel/lttng-2.0/lttng-ust_2.1.0.bb
index 439e0063cff716667a11d7b7314893e01f193f4a..1076bde5742f8b0f52727bf5f8164c5bbd94674f 100644 (file)
@@ -12,6 +12,11 @@ inherit autotools
 
 DEPENDS = "liburcu util-linux"
 
+# For backwards compatibility after rename
+RPROVIDES_${PN} = "lttng2-ust"
+RREPLACES_${PN} = "lttng2-ust"
+RCONFLICTS_${PN} = "lttng2-ust"
+
 SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19"
 PV = "2.1.0"
 PR = "r0"