* [PATCH 0/1] change name of lttng-ust from lttng-2.0
@ 2012-03-21 9:41 Lianhao Lu
2012-03-21 9:41 ` [PATCH 1/1] lttng-2.0/lttng-ust: Change recipe name to lttng2-ust Lianhao Lu
0 siblings, 1 reply; 3+ messages in thread
From: Lianhao Lu @ 2012-03-21 9:41 UTC (permalink / raw)
To: openembedded-core
This patch change the recipe name of lttng-ust from lttng-2.0 to lttng2-ust,
so the lttng-ust(s) from both the old lttng and the new lttng-2.0 can coexist.
The following changes since commit 5d404fdb36b0535ce758d98408b02134cdbce4ee:
Lauri Hintsala (1):
xserver-kdrive: compile xserver without dtrace support
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib llu/bug2062
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2062
Lianhao Lu (1):
lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.
.../lttng-2.0/lttng-tools_2.0-pre16.bb | 2 +-
.../{lttng-ust_1.9.4.bb => lttng2-ust_1.9.4.bb} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename meta/recipes-kernel/lttng-2.0/{lttng-ust_1.9.4.bb => lttng2-ust_1.9.4.bb} (100%)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.
2012-03-21 9:41 [PATCH 0/1] change name of lttng-ust from lttng-2.0 Lianhao Lu
@ 2012-03-21 9:41 ` Lianhao Lu
2012-03-21 14:13 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Lianhao Lu @ 2012-03-21 9:41 UTC (permalink / raw)
To: openembedded-core
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>
---
.../lttng-2.0/lttng-tools_2.0-pre16.bb | 2 +-
.../{lttng-ust_1.9.4.bb => lttng2-ust_1.9.4.bb} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename meta/recipes-kernel/lttng-2.0/{lttng-ust_1.9.4.bb => lttng2-ust_1.9.4.bb} (100%)
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 fdebc0e..d3a6a30 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
similarity index 100%
rename from meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb
rename to meta/recipes-kernel/lttng-2.0/lttng2-ust_1.9.4.bb
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.
2012-03-21 9:41 ` [PATCH 1/1] lttng-2.0/lttng-ust: Change recipe name to lttng2-ust Lianhao Lu
@ 2012-03-21 14:13 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-03-21 14:13 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2012-03-21 at 17:41 +0800, Lianhao Lu wrote:
> 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>
> ---
> .../lttng-2.0/lttng-tools_2.0-pre16.bb | 2 +-
> .../{lttng-ust_1.9.4.bb => lttng2-ust_1.9.4.bb} | 0
> 2 files changed, 1 insertions(+), 1 deletions(-)
> rename meta/recipes-kernel/lttng-2.0/{lttng-ust_1.9.4.bb => lttng2-ust_1.9.4.bb} (100%)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-21 14:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 9:41 [PATCH 0/1] change name of lttng-ust from lttng-2.0 Lianhao Lu
2012-03-21 9:41 ` [PATCH 1/1] lttng-2.0/lttng-ust: Change recipe name to lttng2-ust Lianhao Lu
2012-03-21 14:13 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox