packages/shasum: Add a sha256sum utility with little dependencies
authorHolger Freyther <zecke@selfish.org>
Mon, 2 Apr 2007 15:59:35 +0000 (15:59 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 2 Apr 2007 15:59:35 +0000 (15:59 +0000)
commit40896f4a8f30bc6459fd7147aa43f4ccb4cb2146
tree1e55faa501faa675e5ce9ca08c6a47c551dd6543
parente7e153b6e9e35a376f1418a4239ad52a4716c40e
packages/shasum: Add a sha256sum utility with little dependencies
    To avoid weird requirements add a sha256sum tool to OpenEmbedded
    directly. This will be part of the OE manifest and be guarded
    by the monotone OE trust chain.
packages/shasum/.mtn2git_empty [new file with mode: 0644]
packages/shasum/files/.mtn2git_empty [new file with mode: 0644]
packages/shasum/files/main.c [new file with mode: 0644]
packages/shasum/files/mhash_sha256.h [new file with mode: 0644]
packages/shasum/files/sha256.c [new file with mode: 0644]
packages/shasum/shasum-native.bb [new file with mode: 0644]
packages/shasum/shasum.inc [new file with mode: 0644]