diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-12 22:12:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-13 12:28:07 +0000 |
commit | 8bab93a4fa8e68655085d98e0037b1dd93671bfa (patch) | |
tree | 2da14d1327e78f058b4fa73e5e48fcfc44b44ff3 /meta/recipes-extended | |
parent | 4ae7e63c14dd8f14ce347d869fe6a1ddd29184de (diff) | |
download | poky-8bab93a4fa8e68655085d98e0037b1dd93671bfa.tar.gz |
findutils: Add SRC_URI Checksums for GPLv2
(From OE-Core rev: 70d190b0d09a691bbc2191c93c9de75bb0437017)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.2.31.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 0889f0f4b3..bd455a51a8 100644 --- a/meta/recipes-extended/findutils/findutils_4.2.31.bb +++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb | |||
@@ -13,6 +13,9 @@ PR = "r1" | |||
13 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz \ | 13 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz \ |
14 | file://gnulib-extension.patch" | 14 | file://gnulib-extension.patch" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "a0e31a0f18a49709bf5a449867c8049a" | ||
17 | SRC_URI[sha256sum] = "e0d34b8faca0b3cca0703f6c6b498afbe72f0ba16c35980c10ec9ef7724d6204" | ||
18 | |||
16 | inherit autotools gettext | 19 | inherit autotools gettext |
17 | 20 | ||
18 | # diffutils assumes non-glibc compilation with uclibc and | 21 | # diffutils assumes non-glibc compilation with uclibc and |