From: Joshua Lock <josh@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [meta-baryon][PATCH] webmin: add SRC_URI checksums
Date: Wed, 25 Apr 2012 14:14:11 -0700 [thread overview]
Message-ID: <1335388451-4697-1-git-send-email-josh@linux.intel.com> (raw)
Without checksums do_fetch fails, add the md5 and sha256 checksums
reported by BitBake to the recipe.
Signed-off-by: Joshua Lock <josh@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
next reply other threads:[~2012-04-25 21:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-25 21:14 Joshua Lock [this message]
2012-04-25 22:10 ` [meta-baryon][PATCH] webmin: add SRC_URI checksums Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1335388451-4697-1-git-send-email-josh@linux.intel.com \
--to=josh@linux.intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.