]> code.ossystems Code Review - openembedded-core.git/commitdiff
icon-naming-utils: Add SRC_URI Checksum
authorSaul Wold <sgw@linux.intel.com>
Tue, 4 Oct 2011 23:59:57 +0000 (16:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2011 21:58:09 +0000 (22:58 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb

index 4760c9627e7e6551d0486713389d87fbd4dd68f7..4d1e19efc409da28c6cadccd4cd139d0d4ccf5f8 100644 (file)
@@ -1,11 +1,14 @@
 LICENSE = "GPLv2"
 DEPENDS = "libxml-simple-perl-native"
-PR = "r3"
+PR = "r4"
 
 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}"
 
 inherit autotools native perlnative