diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-06-12 14:49:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 15:28:24 +0100 |
commit | c69bbc06ac11d9fb3fdd98c71fd0157dcd249c0e (patch) | |
tree | 97f2c1ed2aa5c096d09443820c82a7be128bc848 /meta/recipes-sato | |
parent | 6e2f8430fdc1223602e5232eb762d7f7cd0a9e20 (diff) | |
download | poky-c69bbc06ac11d9fb3fdd98c71fd0157dcd249c0e.tar.gz |
rxvt-unicode: Fix SRC_URI & LIC_FILES Checksum
(From OE-Core rev: 250c89a34fedeadf5c098b64cb1833e45194a108)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.11.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.11.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.11.bb index 9657e218b2..db1816999a 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.11.bb +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.11.bb | |||
@@ -7,12 +7,12 @@ output. It also supports mixing multiple fonts at the \ | |||
7 | same time, including Xft fonts." | 7 | same time, including Xft fonts." |
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
10 | file://src/main.C;beginline=1;endline=31;md5=633e23cdeb89fe980ded9a3af4f335c2" | 10 | file://src/main.C;beginline=1;endline=31;md5=775485398a09fa7aee6f90464af88432" |
11 | SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ |
12 | file://xwc.patch \ | 12 | file://xwc.patch \ |
13 | file://rxvt.desktop \ | 13 | file://rxvt.desktop \ |
14 | file://rxvt.png" | 14 | file://rxvt.png" |
15 | PR = "r0" | 15 | PR = "r1" |
16 | 16 | ||
17 | inherit autotools update-alternatives | 17 | inherit autotools update-alternatives |
18 | 18 | ||
@@ -61,5 +61,5 @@ do_install_append () { | |||
61 | 61 | ||
62 | FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png" | 62 | FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png" |
63 | 63 | ||
64 | SRC_URI[md5sum] = "a23aa40b31e843878b6f9c44768de430" | 64 | SRC_URI[md5sum] = "1bed5bfeed026e0bfafa0e9e4f62aa37" |
65 | SRC_URI[sha256sum] = "1c238f7e545b1a8da81239b826fb2a7d196c73effbcbd211db7a50995a0a067a" | 65 | SRC_URI[sha256sum] = "0452c00066774ef6e32fcd0a1e6f09230392ea9f6f42e1c2ef7b91d6fcb82d85" |