aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-02-06 12:04:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-07 14:48:55 +0000
commit4d61f95e49e2c0953c513e6a78ca626e8fbd5684 (patch)
tree7d3bedff56c7fce53c5a3c692e508ca62691173c
parentb55186f93163e120c73bacb7400b94c21cfaa675 (diff)
downloadopenembedded-core-contrib-4d61f95e49e2c0953c513e6a78ca626e8fbd5684.tar.gz
latencytop: Add missing 'inherit pkgconfig'
The Makefile uses pkg-config. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa"
+inherit pkgconfig
+
DEPENDS = "virtual/libintl ncurses glib-2.0"
PR = "r3"