diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-04 16:59:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 11:35:46 +0100 |
commit | 1b5a546b49d78a614eae5f59bde1c6be663dcad8 (patch) | |
tree | fbe03986c4e41c9cd2066e03cfc709368f7a0704 /meta/recipes-devtools/icon-naming-utils | |
parent | 97bbce289a9fa9331674c229906df438a80561e1 (diff) | |
download | poky-1b5a546b49d78a614eae5f59bde1c6be663dcad8.tar.gz |
icon-naming-utils: Add SRC_URI Checksum
(From OE-Core rev: c41ab98430739a50cfb72d6bdd25a7935c92b1e7)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/icon-naming-utils')
-rw-r--r-- | meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb | 5 |
1 files changed, 4 insertions, 1 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 4760c9627e..4d1e19efc4 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 | |||
@@ -1,11 +1,14 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | DEPENDS = "libxml-simple-perl-native" | 2 | DEPENDS = "libxml-simple-perl-native" |
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
7 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz" | 7 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "4abe604721ce2ccb67f451aa7ceb44d6" | ||
10 | SRC_URI[sha256sum] = "1cb49ce6a04626939893a447da696f20003903d61bd80c6d74d29dd79ca340d2" | ||
11 | |||
9 | S = "${WORKDIR}/icon-naming-utils-${PV}" | 12 | S = "${WORKDIR}/icon-naming-utils-${PV}" |
10 | 13 | ||
11 | inherit autotools native perlnative | 14 | inherit autotools native perlnative |