summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xrestop/xrestop_0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xrestop/xrestop_0.4.bb')
-rw-r--r--meta/recipes-graphics/xrestop/xrestop_0.4.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
index c7b8716f6f..a6b6c4238d 100644
--- a/meta/recipes-graphics/xrestop/xrestop_0.4.bb
+++ b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
@@ -5,12 +5,11 @@ DESCRIPTION = "top-like statistics of X11 server resource usage by clients"
5HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" 5HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop"
6BUGTRACKER = "https://bugs.freedesktop.org/" 6BUGTRACKER = "https://bugs.freedesktop.org/"
7 7
8LICENSE = "GPLv2+" 8LICENSE = "GPL-2.0-or-later"
9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
10 file://xrestop.c;endline=18;md5=730876c30f0d8a928676bcd1242a3b35" 10 file://xrestop.c;endline=18;md5=730876c30f0d8a928676bcd1242a3b35"
11 11
12SECTION = "x11/utils" 12SECTION = "x11/utils"
13PR = "r3"
14 13
15DEPENDS = "libxres libxext virtual/libx11 ncurses" 14DEPENDS = "libxres libxext virtual/libx11 ncurses"
16 15