diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-21 22:35:57 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-30 23:30:27 -0700 |
commit | d5903339a19a0d11205cb9ca298a2bf6524ac73f (patch) | |
tree | d922db3b301d2fd8358eb16d9964c8a8d4651dcf /meta/packages | |
parent | 38bf4fc828652ba5daeaaf53afca5c1d404bf6d9 (diff) | |
download | poky-d5903339a19a0d11205cb9ca298a2bf6524ac73f.tar.gz |
lttng-viewer: upgrade from 0.8.83 to 0.8.84
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/lttng/lttng-control_0.87.bb | 2 | ||||
-rw-r--r-- | meta/packages/lttng/lttng-viewer_0.8.84.bb (renamed from meta/packages/lttng/lttng-viewer_0.8.83.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/lttng/lttng-control_0.87.bb b/meta/packages/lttng/lttng-control_0.87.bb index d48234a17a..da6a6c6e5e 100644 --- a/meta/packages/lttng/lttng-control_0.87.bb +++ b/meta/packages/lttng/lttng-control_0.87.bb | |||
@@ -4,7 +4,7 @@ extract program execution details from the Linux operating system and \ | |||
4 | interpret them." | 4 | interpret them." |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | 6 | ||
7 | RP = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | LTTDATE = "09062010" | 9 | LTTDATE = "09062010" |
10 | 10 | ||
diff --git a/meta/packages/lttng/lttng-viewer_0.8.83.bb b/meta/packages/lttng/lttng-viewer_0.8.84.bb index 593be5ea49..a1786071ec 100644 --- a/meta/packages/lttng/lttng-viewer_0.8.83.bb +++ b/meta/packages/lttng/lttng-viewer_0.8.84.bb | |||
@@ -3,10 +3,10 @@ DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ | |||
3 | extract program execution details from the Linux operating system and \ | 3 | extract program execution details from the Linux operating system and \ |
4 | interpret them." | 4 | interpret them." |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | PR = "r2" | 6 | PR = "r0" |
7 | DEPENDS = "gtk+ pango popt" | 7 | DEPENDS = "gtk+ pango popt" |
8 | 8 | ||
9 | ALTNAME = "LinuxTraceToolkitViewer-${PV}-13062007" | 9 | ALTNAME = "LinuxTraceToolkitViewer-${PV}-12082007" |
10 | 10 | ||
11 | SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" | 11 | SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" |
12 | S = "${WORKDIR}/${ALTNAME}" | 12 | S = "${WORKDIR}/${ALTNAME}" |