diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-20 19:07:52 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-21 16:00:55 +0100 |
commit | 912a5c9c6ad68b1a7e1b24af280d9cd1d834ad53 (patch) | |
tree | c6853773f3b7897972b2623ccf40d0bc1ede0dea /meta-moblin/packages/latencytop/latencytop_0.5.bb | |
parent | 61d808bf4a5f93c1eccbf6dd2a22a57e849b641c (diff) | |
download | poky-912a5c9c6ad68b1a7e1b24af280d9cd1d834ad53.tar.gz |
latencytop: upgrade from 0.4 to the latest version 0.5
Add BUGTRACKER
Rebase the patch latencytop-makefile.patch and update the patch folder's name
Add LIC_FILES_CHKSUM
Reset PR to "r0"
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta-moblin/packages/latencytop/latencytop_0.5.bb')
-rw-r--r-- | meta-moblin/packages/latencytop/latencytop_0.5.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-moblin/packages/latencytop/latencytop_0.5.bb b/meta-moblin/packages/latencytop/latencytop_0.5.bb new file mode 100644 index 0000000000..2deb7303b0 --- /dev/null +++ b/meta-moblin/packages/latencytop/latencytop_0.5.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "LatencyTOP, a Linux tool measuring and fixing latency" | ||
2 | HOMEPAGE = "http://www.latencytop.org/" | ||
3 | BUGTRACKER = "n/a" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" | ||
7 | |||
8 | DEPENDS = "virtual/libintl ncurses glib-2.0" | ||
9 | |||
10 | PR = "r0" | ||
11 | |||
12 | SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \ | ||
13 | file://latencytop-makefile.patch" | ||
14 | |||
15 | CFLAGS += "${LDFLAGS}" | ||
16 | |||
17 | do_install() { | ||
18 | oe_runmake install DESTDIR=${D} | ||
19 | } | ||