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-proto/dri2proto_2.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xorg-proto/dri2proto_2.0.bb') diff --git a/recipes/xorg-proto/dri2proto_2.0.bb b/recipes/xorg-proto/dri2proto_2.0.bb index a0e1fd3989..52f2ad5fe8 100644 --- a/recipes/xorg-proto/dri2proto_2.0.bb +++ b/recipes/xorg-proto/dri2proto_2.0.bb @@ -1,3 +1,6 @@ DESCRIPTION = "DRI2 extension headers" require xorg-proto-common.inc + +SRC_URI[archive.md5sum] = "26f6515322ec50691584ac74291b4254" +SRC_URI[archive.sha256sum] = "1954a7e96d7fe70611c483836ed143e84a069eed6d3dab22c05a531bfb6da9e4" -- cgit 1.2.3-korg