diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-01-09 12:13:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 14:53:15 +0000 |
commit | dd04a42df4080e137fff5093c221ba8aa71b8e95 (patch) | |
tree | c1b5ebdc954f0078914bd279aa01f33a97c1b50d /meta/recipes-devtools/diffstat | |
parent | 3754d75e49f285e530a3989888410b0877846eb6 (diff) | |
download | poky-dd04a42df4080e137fff5093c221ba8aa71b8e95.tar.gz |
diffstat: upgrade from 1.54 to 1.55
(From OE-Core rev: f29dd1173c261c46b0c3d0d30f94a45c011a72de)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/diffstat')
-rw-r--r-- | meta/recipes-devtools/diffstat/diffstat_1.55.bb (renamed from meta/recipes-devtools/diffstat/diffstat_1.54.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.54.bb b/meta/recipes-devtools/diffstat/diffstat_1.55.bb index ab89f62c55..fdc2967ab3 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.54.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.55.bb | |||
@@ -6,13 +6,13 @@ HOMEPAGE = "http://invisible-island.net/diffstat/" | |||
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5" | 8 | LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5" |
9 | PR = "r1" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz \ | 11 | SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz \ |
12 | file://dirfix.patch" | 12 | file://dirfix.patch" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "af08bef2eb37050ceb0c4fddedb2ee36" | 14 | SRC_URI[md5sum] = "630d5278f1cd874dc3cc68cff3fddecf" |
15 | SRC_URI[sha256sum] = "d8e67660ec85be597f8548ecdd088926639dac34ec7184aaf9d09c1e6ecb83e5" | 15 | SRC_URI[sha256sum] = "59a46c75a99f2c373a81880051adc43a17b71c55478691e702c61c13c6d61b55" |
16 | 16 | ||
17 | S = "${WORKDIR}/diffstat-${PV}" | 17 | S = "${WORKDIR}/diffstat-${PV}" |
18 | 18 | ||