Commit 36d94ed631f1a753482282fced7d3b7505d5e03d ("serf: fix 'ccache'
builds") removed the source md5sum accidentally while resolving a
merge conflict.Readd it. Signed-off-by: Enrico Scholz <[email protected]> Cc: Kang Kai <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
