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/eciadsl/eciadsl_0.11.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/eciadsl') diff --git a/recipes/eciadsl/eciadsl_0.11.bb b/recipes/eciadsl/eciadsl_0.11.bb index 2d0efe34a6..55a8b943f0 100644 --- a/recipes/eciadsl/eciadsl_0.11.bb +++ b/recipes/eciadsl/eciadsl_0.11.bb @@ -7,3 +7,6 @@ RDEPENDS = "bash kernel-module-n_hdlc ppp grep" S = "${WORKDIR}/eciadsl-usermode-${PV}" inherit autotools + +SRC_URI[md5sum] = "c3c60c83f6df30021e11da50a699dec9" +SRC_URI[sha256sum] = "2382f315fda4241a0043bac1dfc669f006d8e93e87fa382b263b1672972f4077" -- cgit 1.2.3-korg