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/xhost_1.0.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xorg-app/xhost_1.0.2.bb') diff --git a/recipes/xorg-app/xhost_1.0.2.bb b/recipes/xorg-app/xhost_1.0.2.bb index af5beadd79..1202615355 100644 --- a/recipes/xorg-app/xhost_1.0.2.bb +++ b/recipes/xorg-app/xhost_1.0.2.bb @@ -4,3 +4,6 @@ DESCRIPTION = "Server access control program for X" LICENSE = "MIT" DEPENDS += "libxmu libxau" PE = "1" + +SRC_URI[archive.md5sum] = "f746aba36f075ae4cae313d849a94f4e" +SRC_URI[archive.sha256sum] = "edab2cc49d230f58e54c0f7b83fd726fec5fc31356668a11589649f19ba90db6" -- cgit 1.2.3-korg