diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-02-06 12:04:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-07 14:50:09 +0000 |
commit | a82332b12851b5a3df496b0a60a1094d08feda78 (patch) | |
tree | 65ffa87e487f7a270d8b21939a31fcdbd26d4de6 /meta/recipes-kernel/latencytop | |
parent | 3154eedbfec2f1a744860287a856b260d64cf6c9 (diff) | |
download | poky-a82332b12851b5a3df496b0a60a1094d08feda78.tar.gz |
latencytop: Add missing 'inherit pkgconfig'
The Makefile uses pkg-config.
(From OE-Core rev: 4d61f95e49e2c0953c513e6a78ca626e8fbd5684)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/latencytop')
-rw-r--r-- | meta/recipes-kernel/latencytop/latencytop_0.5.bb | 2 |
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/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" | 5 | LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" |
6 | 6 | ||
7 | inherit pkgconfig | ||
8 | |||
7 | DEPENDS = "virtual/libintl ncurses glib-2.0" | 9 | DEPENDS = "virtual/libintl ncurses glib-2.0" |
8 | 10 | ||
9 | PR = "r3" | 11 | PR = "r3" |