diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-08 09:22:34 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-08 11:04:27 -0800 |
commit | 8828e754a2947bd6e5df5068bcaf568fefc6a398 (patch) | |
tree | 274488812f3f420fcb37125bfe1176c9628f3106 /meta/recipes-extended/cpio | |
parent | 61125e07624e8ac29d9483671fe81b7fda3ebc14 (diff) | |
download | poky-8828e754a2947bd6e5df5068bcaf568fefc6a398.tar.gz |
cpio: Fix the SHA256 Checksum for the src tarball
(From OE-Core rev: b8550ac3f30bd983191afe0f1afe3c6c45a54bca)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cpio')
-rw-r--r-- | meta/recipes-extended/cpio/cpio_2.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.8.bb b/meta/recipes-extended/cpio/cpio_2.8.bb index be9a64735b..412d19f465 100644 --- a/meta/recipes-extended/cpio/cpio_2.8.bb +++ b/meta/recipes-extended/cpio/cpio_2.8.bb | |||
@@ -8,7 +8,7 @@ PR = "r0" | |||
8 | SRC_URI += "file://m4extensions.patch" | 8 | SRC_URI += "file://m4extensions.patch" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "0caa356e69e149fb49b76bacc64615a1" | 10 | SRC_URI[md5sum] = "0caa356e69e149fb49b76bacc64615a1" |
11 | SRC_URI[sha256sum] = "601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978" | 11 | SRC_URI[sha256sum] = "1b203248874c3b5a728b351f06513e5282f73e0170b7f207fbf8c39f28f6b4ad" |
12 | 12 | ||
13 | # Required to build with gcc 4.3 and later: | 13 | # Required to build with gcc 4.3 and later: |
14 | CFLAGS += "-fgnu89-inline" | 14 | CFLAGS += "-fgnu89-inline" |