summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/latencytop/latencytop_0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/latencytop/latencytop_0.5.bb')
-rw-r--r--meta/recipes-kernel/latencytop/latencytop_0.5.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-kernel/latencytop/latencytop_0.5.bb b/meta/recipes-kernel/latencytop/latencytop_0.5.bb
index 15f3667076..3e35bf910d 100644
--- a/meta/recipes-kernel/latencytop/latencytop_0.5.bb
+++ b/meta/recipes-kernel/latencytop/latencytop_0.5.bb
@@ -5,9 +5,9 @@ BUGTRACKER = "n/a"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" 6LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa"
7 7
8DEPENDS = "virtual/libintl ncurses glib-2.0 gtk+" 8DEPENDS = "virtual/libintl ncurses glib-2.0 ${@base_contains('DISTRO_FEATURES', 'x11', 'gtk+', '', d)}"
9 9
10PR = "r2" 10PR = "r3"
11 11
12SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \ 12SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \
13 file://latencytop-makefile.patch" 13 file://latencytop-makefile.patch"
@@ -15,8 +15,10 @@ SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \
15SRC_URI[md5sum] = "73bb3371c6ee0b0e68e25289027e865c" 15SRC_URI[md5sum] = "73bb3371c6ee0b0e68e25289027e865c"
16SRC_URI[sha256sum] = "9e7f72fbea7bd918e71212a1eabaad8488d2c602205d2e3c95d62cd57e9203ef" 16SRC_URI[sha256sum] = "9e7f72fbea7bd918e71212a1eabaad8488d2c602205d2e3c95d62cd57e9203ef"
17 17
18EXTRA_OEMAKE_X = "${@base_contains('DISTRO_FEATURES', 'x11', 'HAS_GTK_GUI=1', '', d)}"
19
18CFLAGS += "${LDFLAGS}" 20CFLAGS += "${LDFLAGS}"
19 21
20do_install() { 22do_install() {
21 oe_runmake install DESTDIR=${D} 23 oe_runmake install DESTDIR=${D} ${EXTRA_OEMAKE_X}
22} 24}