diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-12 22:11:34 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-13 12:28:07 +0000 |
commit | 5ac76dcf4e5813aae68adb2624ddfc912c8e0831 (patch) | |
tree | 14d258aa54c8bd3f1d96ca58ed26acca6ed20e17 /meta/recipes-core | |
parent | ab31da70677592af9eed6fe6b7951a47d647bd9a (diff) | |
download | poky-5ac76dcf4e5813aae68adb2624ddfc912c8e0831.tar.gz |
coreutils: Add SRC_URI Checksums for GPLv2
(From OE-Core rev: 16c526219b4d2852eec534f251f1a69e8a79c4a2)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index c9aea3801f..8a47a605c1 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb | |||
@@ -27,6 +27,9 @@ SRC_URI_BASE = "${GNU_MIRROR}/coreutils/${BP}.tar.bz2 \ | |||
27 | SRC_URI = "${SRC_URI_BASE} file://fix_for_manpage_building.patch" | 27 | SRC_URI = "${SRC_URI_BASE} file://fix_for_manpage_building.patch" |
28 | SRC_URI_virtclass-native = "${SRC_URI_BASE}" | 28 | SRC_URI_virtclass-native = "${SRC_URI_BASE}" |
29 | 29 | ||
30 | SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06" | ||
31 | SRC_URI[sha256sum] = "89c2895ad157de50e53298b22d91db116ee4e1dd3fdf4019260254e2e31497b0" | ||
32 | |||
30 | # [ gets a special treatment and is not included in this | 33 | # [ gets a special treatment and is not included in this |
31 | bindir_progs = "base64 basename cksum comm csplit cut dir dircolors dirname du \ | 34 | bindir_progs = "base64 basename cksum comm csplit cut dir dircolors dirname du \ |
32 | env expand expr factor fmt fold groups head hostid id install \ | 35 | env expand expr factor fmt fold groups head hostid id install \ |