* [meta-baryon][PATCH] webmin: add SRC_URI checksums
@ 2012-04-25 21:14 Joshua Lock
2012-04-25 22:10 ` Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2012-04-25 21:14 UTC (permalink / raw)
To: yocto
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-baryon][PATCH] webmin: add SRC_URI checksums
2012-04-25 21:14 [meta-baryon][PATCH] webmin: add SRC_URI checksums Joshua Lock
@ 2012-04-25 22:10 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2012-04-25 22:10 UTC (permalink / raw)
To: Joshua Lock; +Cc: yocto
On Wednesday 25 April 2012 14:14:11 Joshua Lock wrote:
> 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() {
Merged to meta-baryon master, thanks.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-25 22:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-25 21:14 [meta-baryon][PATCH] webmin: add SRC_URI checksums Joshua Lock
2012-04-25 22:10 ` Paul Eggleton
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.