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/xorg-app/xload_1.0.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xorg-app/xload_1.0.2.bb') diff --git a/recipes/xorg-app/xload_1.0.2.bb b/recipes/xorg-app/xload_1.0.2.bb index 66f64eb462..ac9c80fbb9 100644 --- a/recipes/xorg-app/xload_1.0.2.bb +++ b/recipes/xorg-app/xload_1.0.2.bb @@ -3,3 +3,6 @@ require xorg-app-common.inc DESCRIPTION = "system load average display for X" DEPENDS += " libxaw libxt" PE = "1" + +SRC_URI[archive.md5sum] = "b41ed6b4bcfc9897366c27a94d2bf150" +SRC_URI[archive.sha256sum] = "86b176b6efc52557b1c7631bfdd5c17e7060a438e1e85ce15ec9657be356c50b" -- cgit 1.2.3-korg