diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-02-24 21:31:09 -0800 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-26 13:01:44 +0100 |
commit | a53bdf1edfedc3914347f92f919dc7d2800761b2 (patch) | |
tree | 569ad1b76f6b24508dd67ed5d984a90621fc3554 | |
parent | d9bd245d159313b05b5bb3cfff21686aa9474003 (diff) |
checksums: Remove spurious control characters in ++DFB-0.9.25.tar.gz url
* This led to 'NOTE: Creating the CheckSum parser failed' but the build
continues without checking for the checksums. Ideally it should have
errored if OE_STRICT_CHECKSUMS was set. But I will leave that for
other day.
-rw-r--r-- | conf/checksums.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 9492b94809..2b8671493f 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -1,4 +1,4 @@ -[?1034h[http://www.directfb.org/downloads/Extras/++DFB-0.9.25.tar.gz] +[http://www.directfb.org/downloads/Extras/++DFB-0.9.25.tar.gz] md5=c6a2705f6210d8ede50a947b375f1c0b sha256=b3dbf01563dd60d63cff543ea8cd0c885381e78ecbbab8ff176e46df3f198a88 |