diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 13:18:10 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 13:18:10 +0000 |
commit | 82a4bfc9134c86345897a2a94853db79164e7724 (patch) | |
tree | a0b2de409cac69f12685f28bf050ba7b15090152 /meta/packages/xrestop/xrestop_0.4.bb | |
parent | 17646c63b2dd77c784c55720fff771ae6376e3be (diff) | |
download | poky-82a4bfc9134c86345897a2a94853db79164e7724.tar.gz |
xrestop 0.4: Add DESCRIPTION & SECTION (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3535 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xrestop/xrestop_0.4.bb')
-rw-r--r-- | meta/packages/xrestop/xrestop_0.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/xrestop/xrestop_0.4.bb b/meta/packages/xrestop/xrestop_0.4.bb index 40396a2362..0ecf39a84b 100644 --- a/meta/packages/xrestop/xrestop_0.4.bb +++ b/meta/packages/xrestop/xrestop_0.4.bb | |||
@@ -1,5 +1,8 @@ | |||
1 | DESCRIPTION = "top-like statistics of X11 server resource usage by clients" | ||
2 | SECTION = "x11/utils" | ||
1 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" | 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" |
2 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | PR = "r1" | ||
3 | 6 | ||
4 | DEPENDS = "libxres libxext virtual/libx11" | 7 | DEPENDS = "libxres libxext virtual/libx11" |
5 | 8 | ||