Without checksums do_fetch fails, add the md5 and sha256 checksums reported by BitBake to the recipe.
Signed-off-by: Joshua Lock <[email protected]> --- 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 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
