From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: recipes: move checksums to recipes from checksums.ini * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa --- recipes/gnuplot/gnuplot_4.0.0.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes/gnuplot/gnuplot_4.0.0.bb') diff --git a/recipes/gnuplot/gnuplot_4.0.0.bb b/recipes/gnuplot/gnuplot_4.0.0.bb index abf519ae6e..b121e06671 100644 --- a/recipes/gnuplot/gnuplot_4.0.0.bb +++ b/recipes/gnuplot/gnuplot_4.0.0.bb @@ -10,3 +10,8 @@ SRC_URI = "ftp://ftp.gnuplot.info/pub/gnuplot/gnuplot-${PV}.tar.gz \ file://term.patch;patch=1 \ file://gnuplot.desktop \ file://gnuplot.png" + +SRC_URI[md5sum] = "66258443d9f93cc4f46b147dac33e63a" +SRC_URI[sha256sum] = "a77ad7cb08b2551dacbaa0bb02e561fddb6b9f4a0f3d45eb1c38be219955ea48" +SRC_URI[md5sum] = "0a481885a496092c77eb4017540b5cf6" +SRC_URI[sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530c94f1ad5f4132" -- cgit 1.2.3-korg