]> code.ossystems Code Review - openembedded-core.git/commitdiff
icon-naming-utils-native: add SRC_URI checksums
authorJoshua Lock <josh@linux.intel.com>
Tue, 8 May 2012 20:44:32 +0000 (13:44 -0700)
committerJoshua Lock <josh@linux.intel.com>
Tue, 22 May 2012 05:14:46 +0000 (22:14 -0700)
[YOCTO #1866] reported errors with fetching icon-naming-utils. This turned out
to be an issue with upstream which was impaired by the recipe not containing
checksums.

Without a checksum failure we were trying to decompress the error page we
received from upstream.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb

index 4760c9627e7e6551d0486713389d87fbd4dd68f7..afcb6a7358e75ebb7536f4c750431cbc27cc8aa2 100644 (file)
@@ -5,6 +5,8 @@ PR = "r3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz"
+SRC_URI[md5sum] = "4abe604721ce2ccb67f451aa7ceb44d6"
+SRC_URI[sha256sum] = "1cb49ce6a04626939893a447da696f20003903d61bd80c6d74d29dd79ca340d2"
 
 S = "${WORKDIR}/icon-naming-utils-${PV}"