diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-03-21 17:41:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 14:13:11 +0000 |
commit | 0d9fc8185945328837aa1a3d9d705afa56856853 (patch) | |
tree | 2a29fbab207fabf9d15bd765541cf229bdc1e8bf /meta | |
parent | daa6d80d902cb35af1b3f3f1e9e55cb944eb2de0 (diff) | |
download | openembedded-core-0d9fc8185945328837aa1a3d9d705afa56856853.tar.gz openembedded-core-0d9fc8185945328837aa1a3d9d705afa56856853.tar.bz2 openembedded-core-0d9fc8185945328837aa1a3d9d705afa56856853.zip |
lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.
Change the recipe name lttng-ust from lttng-2.0 to lttng2-ust so that
that both the lttng-ust of the old framework and of the new framework
lttng-2.0 can coexist.
Fixed bug [YOCTO #2062].
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng-tools_2.0-pre16.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng2-ust_1.9.4.bb (renamed from meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0-pre16.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0-pre16.bb index fdebc0e6c2..d3a6a30706 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0-pre16.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0-pre16.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ab682a4729389c3f11913d758affe98e \ file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca" -DEPENDS = "liburcu popt lttng-ust" +DEPENDS = "liburcu popt lttng2-ust" SRCREV = "9beed4cb465347c778e4f982c330cef78f2628b7" PV = "v2.0.pre16+git${SRCREV}" diff --git a/meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb b/meta/recipes-kernel/lttng-2.0/lttng2-ust_1.9.4.bb index 87d866e008..87d866e008 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng2-ust_1.9.4.bb |