From: Saul Wold Date: Tue, 13 Dec 2011 06:11:54 +0000 (-0800) Subject: readline: Add SRC_URI Checksums for GPLv2 X-Git-Tag: yocto-4.0~38799 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=652afb4125597c6dbafb33c54e3300cd88461576;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git readline: Add SRC_URI Checksums for GPLv2 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/readline/readline_5.2.bb b/meta/recipes-core/readline/readline_5.2.bb index b054ad7798e..d838e645b50 100644 --- a/meta/recipes-core/readline/readline_5.2.bb +++ b/meta/recipes-core/readline/readline_5.2.bb @@ -15,6 +15,9 @@ SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz \ file://configure-fix.patch \ file://acinclude.m4" +SRC_URI[md5sum] = "e39331f32ad14009b9ff49cc10c5e751" +SRC_URI[sha256sum] = "12e88d96aee2cd1192500356f0535540db499282ca7f76339fb4228c31249f45" + S = "${WORKDIR}/${BPN}-${PV}" inherit autotools