]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.
authorLianhao Lu <lianhao.lu@intel.com>
Wed, 21 Mar 2012 09:41:07 +0000 (17:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Mar 2012 14:13:11 +0000 (14:13 +0000)
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>
meta/recipes-kernel/lttng-2.0/lttng-tools_2.0-pre16.bb
meta/recipes-kernel/lttng-2.0/lttng2-ust_1.9.4.bb [moved from meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb with 100% similarity]

index fdebc0e6c2dbea6ef0bcc703fbe08530d006868e..d3a6a307065410923c95867d137e2b95d195cfd2 100644 (file)
@@ -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}"