diff options
Diffstat (limited to 'meta/recipes-kernel/latencytop/latencytop_0.5.bb')
-rw-r--r-- | meta/recipes-kernel/latencytop/latencytop_0.5.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-kernel/latencytop/latencytop_0.5.bb b/meta/recipes-kernel/latencytop/latencytop_0.5.bb new file mode 100644 index 0000000000..75c72c1072 --- /dev/null +++ b/meta/recipes-kernel/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 gtk+" | ||
9 | |||
10 | PR = "r1" | ||
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 | } | ||