summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/latencytop/latencytop_0.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/latencytop/latencytop_0.5.bb b/meta/recipes-kernel/latencytop/latencytop_0.5.bb
index f31f1bb7ab..c38a038f61 100644
--- a/meta/recipes-kernel/latencytop/latencytop_0.5.bb
+++ b/meta/recipes-kernel/latencytop/latencytop_0.5.bb
@@ -4,6 +4,8 @@ HOMEPAGE = "http://www.latencytop.org/"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" 5LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa"
6 6
7inherit pkgconfig
8
7DEPENDS = "virtual/libintl ncurses glib-2.0" 9DEPENDS = "virtual/libintl ncurses glib-2.0"
8 10
9PR = "r3" 11PR = "r3"