mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
59a7c659e8
I need to build hashdeep/md5deep within OE to include it in my images. This recipe enables OE to cross-compile md5deep. I needed to add the patch as do_configure_qa is complaining about cross-compilation errors otherwise. I added a pull request for the issue with the variable expansion to hashdeep as well. Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
702 B
BlitzBasic
17 lines
702 B
BlitzBasic
SUMMARY = "md5deep and hashdeep to compute and audit hashsets of amounts of files."
|
|
DESCRIPTION = "md5deep is a set of programs to compute MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digests on an arbitrary number of files. This package also includes hashdeep which is also able to audit hashsets."
|
|
AUTHOR = "Jesse Kornblum, Simson L. Garfinkel"
|
|
HOMEPAGE = "http://md5deep.sourceforge.net"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9190f660105b9a56cdb272309bfd5491"
|
|
# Release 4.4
|
|
SRCREV = "cd2ed7416685a5e83eb10bb659d6e9bec01244ae"
|
|
|
|
SRC_URI = "git://github.com/jessek/hashdeep.git \
|
|
file://wrong-variable-expansion.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|