[oe-commits] Joshua Lock : icon-naming-utils-native: add SRC_URI checksums

git at git.openembedded.org git at git.openembedded.org
Wed May 30 16:59:33 UTC 2012


Module: openembedded-core.git
Branch: 2011-1
Commit: 0af0591e25b35beb9dd10f9d5de8bc2e63f7731e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0af0591e25b35beb9dd10f9d5de8bc2e63f7731e

Author: Joshua Lock <josh at linux.intel.com>
Date:   Tue May  8 13:44:32 2012 -0700

icon-naming-utils-native: add SRC_URI checksums

[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 at linux.intel.com>

---

 .../icon-naming-utils-native_0.8.7.bb              |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
index 4760c96..afcb6a7 100644
--- a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
+++ b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
@@ -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}"
 





More information about the Openembedded-commits mailing list