summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/md5deep/md5deep_4.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-15 02:50:51 +0000
committerArmin Kuster <akuster808@gmail.com>2016-11-29 08:22:23 -0800
commit7ac8ead611d325d63b8d4555dfb4cb29b1d96580 (patch)
tree7e30795a330954dd80eb3dcd2defad92c9124bdc /meta-oe/recipes-extended/md5deep/md5deep_4.4.bb
parent6a0899986fb91b98e31ab0af26860a673a4ecff2 (diff)
downloadmeta-openembedded-7ac8ead611d325d63b8d4555dfb4cb29b1d96580.tar.gz
md5deep: Fix build with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 856ac210ab223da1adb6e8a30298a10f1d05d61a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/md5deep/md5deep_4.4.bb')
-rw-r--r--meta-oe/recipes-extended/md5deep/md5deep_4.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/md5deep/md5deep_4.4.bb b/meta-oe/recipes-extended/md5deep/md5deep_4.4.bb
index 960e00f61d..bb30abedd9 100644
--- a/meta-oe/recipes-extended/md5deep/md5deep_4.4.bb
+++ b/meta-oe/recipes-extended/md5deep/md5deep_4.4.bb
@@ -9,6 +9,7 @@ SRCREV = "cd2ed7416685a5e83eb10bb659d6e9bec01244ae"
9 9
10SRC_URI = "git://github.com/jessek/hashdeep.git \ 10SRC_URI = "git://github.com/jessek/hashdeep.git \
11 file://wrong-variable-expansion.patch \ 11 file://wrong-variable-expansion.patch \
12 file://0001-Fix-errors-found-by-clang.patch \
12 " 13 "
13 14
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"