From: Zhai Edwin Date: Fri, 18 Jun 2010 05:50:18 +0000 (+0800) Subject: xrestop: Fix meta data X-Git-Tag: 2011-1~5731 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1633f680e3f97fdd596b958f2791cd34839589b7;p=openembedded-core.git xrestop: Fix meta data Signed-off-by: Zhai Edwin --- 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 @@ 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"