aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/md5deep
AgeCommit message (Collapse)Author
2021-11-13recipes: Update SRC_URI branch and protocolsArmin Kuster
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-08md5deep: Upgrade to latest masterKhem Raj
* Add clang fix Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26md5deep: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2014-08-28md5deep: Add recipe for md5deep package version 4.4Sven Ebenfeld
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>