diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-12-12 22:13:09 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-13 12:28:09 +0000 |
| commit | 63eebab5e827eaf177420eec529d9ad6e821b4a5 (patch) | |
| tree | 13d2b765fcfaea4928527fb17c52b0bcd798f58f | |
| parent | df35bf3b3206ced766f78172f491a4cb3c37e2a0 (diff) | |
| download | poky-63eebab5e827eaf177420eec529d9ad6e821b4a5.tar.gz | |
gmp: Add SRC_URI Checksums for GPLv2
(From OE-Core rev: 9597a66e797852a44bbcf29e722eb410fd3fd386)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index 74da6b8b1c..5f3929fb44 100644 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb | |||
| @@ -11,4 +11,7 @@ PR = "r0" | |||
| 11 | SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ | 11 | SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ |
| 12 | file://disable-stdc.patch" | 12 | file://disable-stdc.patch" |
| 13 | 13 | ||
| 14 | SRC_URI[md5sum] = "091c56e0e1cca6b09b17b69d47ef18e3" | ||
| 15 | SRC_URI[sha256sum] = "d07ffcb37eecec35c5ec72516d10b35fdf6e6fef1fcf1dcd37e30b8cbf8bf941" | ||
| 16 | |||
| 14 | inherit autotools | 17 | inherit autotools |
