[OE-core] [PATCH] serf: readded md5sum

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Tue Dec 9 10:21:06 UTC 2014


Commit 36d94ed631f1a753482282fced7d3b7505d5e03d ("serf: fix 'ccache'
builds") removed the source md5sum accidentally while resolving a
merge conflict.

Readd it.


Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
Cc: Kang Kai <Kai.Kang at windriver.com>
---
 meta/recipes-support/serf/serf_1.3.8.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/serf/serf_1.3.8.bb b/meta/recipes-support/serf/serf_1.3.8.bb
index e818889..aa7918b 100644
--- a/meta/recipes-support/serf/serf_1.3.8.bb
+++ b/meta/recipes-support/serf/serf_1.3.8.bb
@@ -2,6 +2,8 @@
 SRC_URI = "http://serf.googlecode.com/svn/src_releases/serf-${PV}.tar.bz2 \
            file://norpath.patch \
            file://env.patch"
+
+SRC_URI[md5sum] = "2e4efe57ff28cb3202a112e90f0c2889"
 SRC_URI[sha256sum] = "e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590"
 
 LICENSE = "Apache-2.0"
-- 
1.9.3




More information about the Openembedded-core mailing list