diff options
| author | Zhai Edwin <edwin.zhai@intel.com> | 2010-06-18 13:50:18 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:37 +0100 |
| commit | 1633f680e3f97fdd596b958f2791cd34839589b7 (patch) | |
| tree | c0051ddd8ea6c6e1bdba6e92c88d5a7a1f00b760 /meta/packages/xrestop | |
| parent | 2038319df1f7bb62c6a6b1cde7ff2c7630b8fa43 (diff) | |
| download | poky-1633f680e3f97fdd596b958f2791cd34839589b7.tar.gz | |
xrestop: Fix meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages/xrestop')
| -rw-r--r-- | meta/packages/xrestop/xrestop_0.4.bb | 11 |
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 @@ | |||
| 1 | DESCRIPTION = "top-like statistics of X11 server resource usage by clients" | 1 | DESCRIPTION = "top-like statistics of X11 server resource usage by clients" |
| 2 | SECTION = "x11/utils" | ||
| 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" | 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" |
| 4 | LICENSE = "GPL" | 3 | BUGTRACKER = "https://bugs.freedesktop.org/" |
| 5 | PR = "r1" | 4 | |
| 5 | LICENSE = "GPLv2 + GPLv2+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 7 | file://xrestop.c;endline=18;md5=730876c30f0d8a928676bcd1242a3b35" | ||
| 8 | |||
| 9 | SECTION = "x11/utils" | ||
| 10 | PR = "r2" | ||
| 6 | 11 | ||
| 7 | DEPENDS = "libxres libxext virtual/libx11" | 12 | DEPENDS = "libxres libxext virtual/libx11" |
| 8 | 13 | ||
