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 10:38:23 -0800 |
commit | b8550ac3f30bd983191afe0f1afe3c6c45a54bca (patch) | |
tree | af399b528ad396892cfd8507ac0c62ff7199c27d /meta/recipes-extended/cpio | |
parent | cfbf50c235c2faeb53f43b42a12c49c022288488 (diff) | |
download | openembedded-core-b8550ac3f30bd983191afe0f1afe3c6c45a54bca.tar.gz openembedded-core-b8550ac3f30bd983191afe0f1afe3c6c45a54bca.tar.bz2 openembedded-core-b8550ac3f30bd983191afe0f1afe3c6c45a54bca.zip |
cpio: Fix the SHA256 Checksum for the src tarball
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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" SRC_URI += "file://m4extensions.patch" SRC_URI[md5sum] = "0caa356e69e149fb49b76bacc64615a1" -SRC_URI[sha256sum] = "601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978" +SRC_URI[sha256sum] = "1b203248874c3b5a728b351f06513e5282f73e0170b7f207fbf8c39f28f6b4ad" # Required to build with gcc 4.3 and later: CFLAGS += "-fgnu89-inline" |