[OE-core] [PATCH 2/3] latencytop: Add missing 'inherit pkgconfig'

Jussi Kukkonen jussi.kukkonen at intel.com
Mon Feb 6 10:04:46 UTC 2017


The Makefile uses pkg-config.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
---
 meta/recipes-kernel/latencytop/latencytop_0.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/latencytop/latencytop_0.5.bb b/meta/recipes-kernel/latencytop/latencytop_0.5.bb
index f31f1bb..c38a038 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"
-- 
2.1.4




More information about the Openembedded-core mailing list