diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-22 15:04:15 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 09:30:15 +0100 |
commit | d9babfed3cdc7e2b9645843cbce307bcf54f7923 (patch) | |
tree | 5d17f097541b84e0ecf626c33d7061336a2c5a0e /meta-moblin/packages/latencytop | |
parent | ba8fad40585fa92a0a91909e00d990d5e347d92b (diff) | |
download | poky-d9babfed3cdc7e2b9645843cbce307bcf54f7923.tar.gz |
latencytop: add dependency on gtk+ and bump PR
or else latencytop may be built earlier than gtk+...
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta-moblin/packages/latencytop')
-rw-r--r-- | meta-moblin/packages/latencytop/latencytop_0.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-moblin/packages/latencytop/latencytop_0.5.bb b/meta-moblin/packages/latencytop/latencytop_0.5.bb index 2deb7303b0..75c72c1072 100644 --- a/meta-moblin/packages/latencytop/latencytop_0.5.bb +++ b/meta-moblin/packages/latencytop/latencytop_0.5.bb | |||
@@ -5,9 +5,9 @@ BUGTRACKER = "n/a" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" | 6 | LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" |
7 | 7 | ||
8 | DEPENDS = "virtual/libintl ncurses glib-2.0" | 8 | DEPENDS = "virtual/libintl ncurses glib-2.0 gtk+" |
9 | 9 | ||
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \ | 12 | SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \ |
13 | file://latencytop-makefile.patch" | 13 | file://latencytop-makefile.patch" |