xrestop: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin 2010-06-18 13:50:18 +08:00 committed by Richard Purdie
parent 2038319df1
commit 1633f680e3
1 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,13 @@
DESCRIPTION = "top-like statistics of X11 server resource usage by clients"
SECTION = "x11/utils"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop"
LICENSE = "GPL"
PR = "r1"
BUGTRACKER = "https://bugs.freedesktop.org/"
LICENSE = "GPLv2 + GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://xrestop.c;endline=18;md5=730876c30f0d8a928676bcd1242a3b35"
SECTION = "x11/utils"
PR = "r2"
DEPENDS = "libxres libxext virtual/libx11"