diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-09-19 04:43:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-20 10:02:41 +0200 |
commit | 0de90ae3fae0a389f6587bcf79983eb771a1ce31 (patch) | |
tree | 7edf167a9c7cf692009337eae1a81736c0f9ed86 /meta-oe | |
parent | da4d1ea16bef34ce5631877f08f4bea12653d061 (diff) | |
download | meta-openembedded-0de90ae3fae0a389f6587bcf79983eb771a1ce31.tar.gz |
sg3-utils: Correct typo in checksums
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb index 5fa0765fa..8b0b76a6e 100644 --- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc" | |||
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz" | 10 | SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz" |
11 | RC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5" | 11 | SRC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5" |
12 | SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4" | 12 | SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |