mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ba8fad4058
commit
d9babfed3c
@@ -5,9 +5,9 @@ BUGTRACKER = "n/a"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa"
|
LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa"
|
||||||
|
|
||||||
DEPENDS = "virtual/libintl ncurses glib-2.0"
|
DEPENDS = "virtual/libintl ncurses glib-2.0 gtk+"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \
|
SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \
|
||||||
file://latencytop-makefile.patch"
|
file://latencytop-makefile.patch"
|
||||||
|
|||||||
Reference in New Issue
Block a user