[yocto] [meta-baryon][PATCH] webmin: add SRC_URI checksums

Joshua Lock josh at linux.intel.com
Wed Apr 25 14:14:11 PDT 2012


Without checksums do_fetch fails, add the md5 and sha256 checksums
reported by BitBake to the recipe.

Signed-off-by: Joshua Lock <josh at linux.intel.com>
---
 recipes-extended/webmin/webmin_1.570.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-extended/webmin/webmin_1.570.bb b/recipes-extended/webmin/webmin_1.570.bb
index 1d10507..150d920 100644
--- a/recipes-extended/webmin/webmin_1.570.bb
+++ b/recipes-extended/webmin/webmin_1.570.bb
@@ -25,6 +25,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \
           file://net-lib.pl.patch \
           file://media-tomb.patch"
 
+SRC_URI[md5sum] = "20b4f488637366c39458b9b93162eff3"
+SRC_URI[sha256sum] = "3b8ad51dee0e61e330c8137b3d8cff91a00cf31d710b68e272fe02db25baaf54"
+
 inherit allarch perlnative update-rc.d
 
 do_configure() {
-- 
1.7.9.5




More information about the yocto mailing list