summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-19 15:44:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-21 17:16:29 +0000
commit4536aef46b480f38f1cc43da545dd53214e38eda (patch)
tree0dbedb026db91ad64b4cad54a1d0dc02046b9ab9
parentbd66d229c9d5d834355bc3e02c4a78550fae7900 (diff)
downloadpoky-4536aef46b480f38f1cc43da545dd53214e38eda.tar.gz
xrestop: fix SRC_URI and LICENSE
* projects.o-hand.com downloads have moved to downloads.yoctoproject.org * LICENSE syntax was invalid (should use & instead of + to signify mixed license). I have set it to GPLv2+ since there is only one source file and that's the license it states. (Note - even if it was a mix of GPLv2+ and GPLv2 code the result would be GPLv2 only.) (From OE-Core rev: 9734aaecf6bc347fac59b307df63597e501b4d72) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xrestop/xrestop_0.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
index bd4c25c469..13a5e61cab 100644
--- a/meta/recipes-graphics/xrestop/xrestop_0.4.bb
+++ b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
@@ -5,16 +5,16 @@ DESCRIPTION = "top-like statistics of X11 server resource usage by clients"
5HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" 5HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop"
6BUGTRACKER = "https://bugs.freedesktop.org/" 6BUGTRACKER = "https://bugs.freedesktop.org/"
7 7
8LICENSE = "GPLv2 + GPLv2+" 8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
10 file://xrestop.c;endline=18;md5=730876c30f0d8a928676bcd1242a3b35" 10 file://xrestop.c;endline=18;md5=730876c30f0d8a928676bcd1242a3b35"
11 11
12SECTION = "x11/utils" 12SECTION = "x11/utils"
13PR = "r2" 13PR = "r3"
14 14
15DEPENDS = "libxres libxext virtual/libx11" 15DEPENDS = "libxres libxext virtual/libx11"
16 16
17SRC_URI = "http://projects.o-hand.com/sources/xrestop/xrestop-${PV}.tar.gz" 17SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-${PV}.tar.gz"
18 18
19SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b" 19SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b"
20SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257" 20SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257"