diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2013-01-11 17:28:47 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:57:32 +0000 |
commit | 44a485f7a6eff41523a1a37526021c01ec75daef (patch) | |
tree | 04f0feea69942b4c1e971bb33a33c34eb8a9ac1a /meta/recipes-core | |
parent | 4a5ad289d1826957cd22ae9af36bbd127b4816b0 (diff) | |
download | poky-44a485f7a6eff41523a1a37526021c01ec75daef.tar.gz |
lttng2-ust: rename to lttng-ust
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.
(From OE-Core rev: 3c927c39502061bdf3ef9fba1f0f6e7080f6c3cd)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 591f33f99b..8f40c4e14a 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -46,7 +46,7 @@ SYSTEMTAP_aarch64 = "" | |||
46 | # which means we can not use syscall() to call it. So we ignore | 46 | # which means we can not use syscall() to call it. So we ignore |
47 | # it for x86_64/uclibc | 47 | # it for x86_64/uclibc |
48 | 48 | ||
49 | LTTNGUST = "lttng2-ust" | 49 | LTTNGUST = "lttng-ust" |
50 | LTTNGUST_libc-uclibc = "" | 50 | LTTNGUST_libc-uclibc = "" |
51 | LTTNGUST_mips = "" | 51 | LTTNGUST_mips = "" |
52 | LTTNGUST_aarch64 = "" | 52 | LTTNGUST_aarch64 = "" |