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