summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/md4c/md4c_0.5.3.bb (renamed from meta-oe/recipes-support/md4c/md4c_0.5.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/md4c/md4c_0.5.2.bb b/meta-oe/recipes-support/md4c/md4c_0.5.3.bb
index 59f2e430aa..12bcf15a87 100644
--- a/meta-oe/recipes-support/md4c/md4c_0.5.2.bb
+++ b/meta-oe/recipes-support/md4c/md4c_0.5.3.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378"
8 8
9 9
10SRC_URI = " \ 10SRC_URI = " \
11 git://github.com/mity/md4c.git;protocol=https;branch=master \ 11 git://github.com/mity/md4c.git;protocol=https;branch=master;tag=release-${PV} \
12" 12"
13 13
14SRCREV = "729e6b8b320caa96328968ab27d7db2235e4fb47" 14SRCREV = "472c417005c2c71b8617de4f7b8d6b30411d78f4"
15 15
16inherit cmake 16inherit cmake